diff --git a/src/frontend/routes/index.tsx b/src/frontend/routes/index.tsx index a1c3740..6c54135 100644 --- a/src/frontend/routes/index.tsx +++ b/src/frontend/routes/index.tsx @@ -1,6 +1,7 @@ import { Button, Box, Center, Stack, Text, Title } from '@mantine/core' import { Link, createFileRoute } from '@tanstack/react-router' import { TbLogin } from 'react-icons/tb' +import logoUrl from '../../logo.svg' export const Route = createFileRoute('/')({ component: HomePage, @@ -32,7 +33,7 @@ function HomePage() {