From 2d0e38acc4f9bac353e2e780da55f94a56460695 Mon Sep 17 00:00:00 2001 From: annsann Date: Mon, 6 May 2024 17:40:25 +0200 Subject: [PATCH] Inform user that docs path changed --- README.md | 2 +- frontend/src/App.css | 4 ++++ frontend/src/App.tsx | 8 ++++---- frontend/src/index.css | 4 ---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7a9fac43..25f506e9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Teamagochi is a synchronized always-online pet simulator with multiplayer functi It consists of a [physical device (Node)](./node/), [web backend](./web_backend/) and [web/mobile frontend](./web_backend/). -### [Documentation Page](https://smartuni.github.io/teamagochi/) +### [Documentation Page](https://smartuni.github.io/teamagochi/docs) ### [Kanban Board](https://github.com/orgs/smartuni/projects/2) diff --git a/frontend/src/App.css b/frontend/src/App.css index b9d355df..7189c33e 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -1,3 +1,7 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + #root { max-width: 1280px; margin: 0 auto; diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index afe48ac7..1beefdff 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -9,6 +9,9 @@ function App() { return ( <>
+

+ Click HERE for Docs! +

Vite logo @@ -16,14 +19,11 @@ function App() { React logo
-

Vite + React

+

Frontend Demo Page

-

- Edit src/App.tsx and save to test HMR -

Click on the Vite and React logos to learn more diff --git a/frontend/src/index.css b/frontend/src/index.css index e7d4bb2f..6119ad9a 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -1,7 +1,3 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; - :root { font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; line-height: 1.5;