diff --git a/frontend/src/lib/components/dashboard/InfoButton.svelte b/frontend/src/lib/components/dashboard/InfoButton.svelte index 77d8533..ea58827 100644 --- a/frontend/src/lib/components/dashboard/InfoButton.svelte +++ b/frontend/src/lib/components/dashboard/InfoButton.svelte @@ -6,6 +6,7 @@ import Document from '../icons/Document.svelte'; import Download from '../icons/Download.svelte'; import { sticky } from 'tippy.js'; + import Logout from '../icons/Logout.svelte'; export let showDetails: boolean; @@ -50,19 +51,7 @@ delay: 0 }} > - + {:else} \ No newline at end of file