diff --git a/Frontend/src/components/Icons.svelte b/Frontend/src/components/Icons.svelte new file mode 100644 index 0000000..f8dd86a --- /dev/null +++ b/Frontend/src/components/Icons.svelte @@ -0,0 +1,106 @@ + + + + +
+ + diff --git a/Frontend/src/routes/+layout.svelte b/Frontend/src/routes/+layout.svelte index 73fc39e..178b7bb 100644 --- a/Frontend/src/routes/+layout.svelte +++ b/Frontend/src/routes/+layout.svelte @@ -2,14 +2,22 @@ import '$styles/tailwind.css'; const pages = [ - { name: 'Home', icon: 'home', path: '/attendee' }, - { name: 'Chat', icon: 'chat', path: '/attendee/chat' }, - { name: 'Networking', icon: 'social', path: '/attendee/networking' }, - { name: 'Calendar', icon: 'calendar', path: '/attendee/calendar' } + { name: 'Dashboard', path: '/' }, + { name: 'Settings', path: '/settings' }, + { name: 'About', path: '/about' }, + { name: 'Docs', path: '/docs' }, + { name: 'Contact', path: '/contact' } ] as const;ID | +Name | +Type | +Location | +IP address | +
---|