diff --git a/frontend/index.html b/frontend/index.html index 92db716..55583a3 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -10,7 +10,7 @@ App -
+
\ No newline at end of file diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 82fde07..522232d 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -4,7 +4,7 @@ const backendUrl = import.meta.env.PROD ? '/api' : `http://${import.meta.env.VIT const Code = (props: JSX.IntrinsicElements['code']) => ( ); @@ -38,7 +38,8 @@ export default function App() { }, []); return ( -
+
+

LinkPulse

The current time is: {time || 'N/A'} @@ -47,5 +48,6 @@ export default function App() { Your IP address is: {clientIp || 'N/A'}

+
); }