diff --git a/frontend/src/routes/dashboard/+page.svelte b/frontend/src/routes/dashboard/+page.svelte index e7dc0e2..f5ff06f 100644 --- a/frontend/src/routes/dashboard/+page.svelte +++ b/frontend/src/routes/dashboard/+page.svelte @@ -179,7 +179,7 @@ SPDX-License-Identifier: MPL-2.0 src="/api/v1/storage/download/{quiz.cover_image}" alt="user provided" loading="lazy" - class="shrink-0 max-w-full max-h-full absolute" + class="shrink-0 max-w-full max-h-full absolute rounded" /> {/if}