Skip to content

Commit

Permalink
📝 add unocss / sort import link update
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-unterberg committed Mar 5, 2024
1 parent 3e7f294 commit 8dda505
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/Start.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,11 @@ const Start = () => (
<LinkElement href="https://github.com/vitejs/vite">Vite</LinkElement>
</BoxElement>
<BoxElement>
🎨{' '}
<LinkElement href="https://github.com/tailwindlabs/tailwindcss">Tailwind CSS</LinkElement>
🎨 <LinkElement href="https://github.com/unocss/unocsss">Uno CSS</LinkElement>
</BoxElement>
<BoxElement>
✍️ <LinkElement href="https://github.com/fontsource/fontsource">@fontsource</LinkElement>
</BoxElement>
<BoxElement>🎛️ Custom Theme Hook</BoxElement>
<BoxElement>
💫 <LinkElement href="https://github.com/lucide-icons/lucide">lucide-react</LinkElement>{' '}
icons
Expand All @@ -136,7 +134,7 @@ const Start = () => (
</BoxElement>
<BoxElement>
💄 <LinkElement href="https://github.com/prettier/prettier">Prettier</LinkElement> +{' '}
<LinkElement href="https://github.com/trivago/prettier-plugin-sort-imports">
<LinkElement href="https://github.com/IanVS/prettier-plugin-sort-imports">
Prettier Sort Imports
</LinkElement>
</BoxElement>
Expand Down

0 comments on commit 8dda505

Please sign in to comment.