diff --git a/frontend/index.html b/frontend/index.html index bfcb7f2..a9a0a82 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,9 +2,9 @@ - + - Keycloak Auth App + Requirements Periodic Table
diff --git a/frontend/public/requirements-icon.svg b/frontend/public/requirements-icon.svg new file mode 100644 index 0000000..784e3f9 --- /dev/null +++ b/frontend/public/requirements-icon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index d2b814b..e573227 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -17,7 +17,7 @@ export default function Layout({ children }: LayoutProps) {