From 4878ce1c398d0b6dc23119f7c295943cea5ecd37 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 6 Mar 2024 09:51:26 +0100 Subject: [PATCH] Useless fix for the vite default template with tailwind --- frontend/src/App.css | 4 ++++ frontend/src/App.tsx | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index b9d355d..bb6c55a 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -5,6 +5,10 @@ text-align: center; } +a { + display:inline-block; +} + .logo { height: 6em; padding: 1.5em; diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 20e5f1f..2722ed9 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -8,16 +8,16 @@ function App(): JSX.Element { <>
- Vite logo + Vite logo - React logo + React logo

Vite + React

-

+

Edit src/App.tsx and save to test HMR