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 { <>
+
Edit src/App.tsx
and save to test HMR