diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index c23ded1..322f00a 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,10 +1,8 @@ function App() { return ( <> -
-

web-cad - Web-based 2D CAD for Event Seating Plans

-

Welcome to the web-cad frontend application.

-
+

Web CAD

+

Welcome to the Web CAD application

) }