@@ -67,26 +67,26 @@ export default function HomePage() {
67
67
</ h2 >
68
68
< div className = "flex flex-wrap items-center justify-center gap-4 sm:gap-8" >
69
69
{ [
70
- {
71
- label : "react-aria-components" ,
72
- icon : < AdobeIcon className = "size-7 sm:size-9" fill = "#E1251B" /> ,
73
- href : "https://react-spectrum.adobe.com/react-aria/index.html" ,
74
- } ,
75
- {
76
- label : "Tailwind CSS v4.0" ,
77
- icon : < TailwindIcon className = "h-5 sm:h-7" /> ,
78
- href : "https://tailwindcss.com" ,
79
- } ,
80
70
{
81
71
label : "React 19" ,
82
72
icon : < ReactJsIcon className = "size-7 sm:size-9" /> ,
83
73
href : "https://react.dev" ,
84
74
} ,
75
+ {
76
+ label : "react-aria-components" ,
77
+ icon : < AdobeIcon className = "size-7 sm:size-9" fill = "#E1251B" /> ,
78
+ href : "https://react-spectrum.adobe.com/react-aria/index.html" ,
79
+ } ,
85
80
{
86
81
label : "TypeScript 5" ,
87
82
icon : < TypescriptIcon className = "size-7 sm:size-9" /> ,
88
83
href : "https://www.typescriptlang.org/" ,
89
84
} ,
85
+ {
86
+ label : "Tailwind CSS v4.0" ,
87
+ icon : < TailwindIcon className = "h-5 sm:h-7" /> ,
88
+ href : "https://tailwindcss.com" ,
89
+ } ,
90
90
] . map ( ( { icon, label, href } , index ) => (
91
91
< Tooltip
92
92
key = { index }
0 commit comments