Skip to content

Commit c0d67e8

Browse files
committed
Update banner
1 parent 10ad4d2 commit c0d67e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Header.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ import { ThemeSelect, ThemeToggle } from './ThemeToggle'
1111
function Featured() {
1212
return (
1313
<a
14-
href="/blog/2023-07-18-tailwind-connect-2023-recap"
14+
href="/blog/tailwindcss-v3-4"
1515
className="ml-3 text-xs leading-5 font-medium text-sky-600 dark:text-sky-400 bg-sky-400/10 rounded-full py-1 px-3 hidden xl:flex items-center hover:bg-sky-400/20"
1616
>
17-
<strong className="font-semibold">Connect 2023 Recap</strong>
17+
<strong className="font-semibold">Tailwind CSS v3.4</strong>
1818
<svg
1919
width="2"
2020
height="2"
@@ -24,7 +24,7 @@ function Featured() {
2424
>
2525
<circle cx="1" cy="1" r="1" />
2626
</svg>
27-
<span className="ml-2">Everything that was announced at our special event</span>
27+
<span className="ml-2">Dynamic viewport units, :has(), subgrid, and more</span>
2828
<svg
2929
width="3"
3030
height="6"

0 commit comments

Comments
 (0)