Skip to content

Commit 9f29200

Browse files
committed
reorder icons
1 parent 1c0d832 commit 9f29200

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

www/src/app/(home)/page.tsx

+10-10
Original file line numberDiff line numberDiff line change
@@ -67,26 +67,26 @@ export default function HomePage() {
6767
</h2>
6868
<div className="flex flex-wrap items-center justify-center gap-4 sm:gap-8">
6969
{[
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-
},
8070
{
8171
label: "React 19",
8272
icon: <ReactJsIcon className="size-7 sm:size-9" />,
8373
href: "https://react.dev",
8474
},
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+
},
8580
{
8681
label: "TypeScript 5",
8782
icon: <TypescriptIcon className="size-7 sm:size-9" />,
8883
href: "https://www.typescriptlang.org/",
8984
},
85+
{
86+
label: "Tailwind CSS v4.0",
87+
icon: <TailwindIcon className="h-5 sm:h-7" />,
88+
href: "https://tailwindcss.com",
89+
},
9090
].map(({ icon, label, href }, index) => (
9191
<Tooltip
9292
key={index}

0 commit comments

Comments
 (0)