File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ import { ThemeSelect, ThemeToggle } from './ThemeToggle'
11
11
function Featured ( ) {
12
12
return (
13
13
< a
14
- href = "/blog/2023-07-18-tailwind-connect-2023-recap "
14
+ href = "/blog/tailwindcss-v3-4 "
15
15
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"
16
16
>
17
- < strong className = "font-semibold" > Connect 2023 Recap </ strong >
17
+ < strong className = "font-semibold" > Tailwind CSS v3.4 </ strong >
18
18
< svg
19
19
width = "2"
20
20
height = "2"
@@ -24,7 +24,7 @@ function Featured() {
24
24
>
25
25
< circle cx = "1" cy = "1" r = "1" />
26
26
</ 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 >
28
28
< svg
29
29
width = "3"
30
30
height = "6"
You can’t perform that action at this time.
0 commit comments