diff --git a/app/page.tsx b/app/page.tsx index 30897fc..f5b7be1 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -18,9 +18,6 @@ export const Page = async () => { return (
-

https://tailwindcss.com/docs/font-weight

-

https://heroicons.com/

- { locations.map((location, ix, array) => { @@ -39,6 +36,10 @@ export const Page = async () => { ) }) } +

Docs

+

tailwindcss.com

+

heroicons.com

+

daisyui.com

); }