From 4ffe2de6ea02094c767f9a344fb03e4c4b96042c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Fri, 5 Jan 2024 12:46:51 +0100 Subject: [PATCH] added links to related docs --- app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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

); }