Skip to content

Commit

Permalink
Update scrolldriven URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Plesnik committed Jun 21, 2024
1 parent a990f19 commit 9ef9e78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/PluginTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import Tile from '../components/Tile'

const PluginTile = () => {
return (
<Tile title="Scroll-driven Animations" subTitle="Tailwind CSS plugin">
<Tile title="Scroll-driven animations" subTitle="Tailwind CSS plugin">
<Paragraph>
A plugin for Tailwind CSS v3.4+ that provides utilities for scroll-driven animations.
</Paragraph>
<div className="flex flex-col gap-2 pt-2">
<Link Icon={NotepadText} href="https://tailwind.adamplesnik.com">
tailwind.adamplesnik.com
<Link Icon={NotepadText} href="https://scrolldriven.dev">
scrolldriven.dev
</Link>
<Link
Icon={Github}
Expand Down

0 comments on commit 9ef9e78

Please sign in to comment.