Skip to content

Commit

Permalink
🐛 Fix typo: Flame !== Frame
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Feb 5, 2024
1 parent 4c8c330 commit 6ec6648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { forwardRef } from 'react'

import type { LucideIcon, LucideProps } from 'lucide-react'

export { Frame as Logo } from 'lucide-react'
export { Flame as Logo } from 'lucide-react'
export { X as Close } from 'lucide-react'
export { Loader2 as Spinner } from 'lucide-react'
export { ChevronLeft } from 'lucide-react'
Expand Down

0 comments on commit 6ec6648

Please sign in to comment.