diff --git a/frontend/src/routes/@[username]/+page.svelte b/frontend/src/routes/@[username]/+page.svelte
index 642e715..e7be793 100644
--- a/frontend/src/routes/@[username]/+page.svelte
+++ b/frontend/src/routes/@[username]/+page.svelte
@@ -46,6 +46,7 @@
import ProfileFlag from "./ProfileFlag.svelte";
import IconButton from "$lib/components/IconButton.svelte";
import Badges from "./badges/Badges.svelte";
+ import PreferencesCheatsheet from "./PreferencesCheatsheet.svelte";
export let data: PageData;
@@ -190,14 +191,15 @@
{/if}
{#if data.utc_offset}
- Your profile is empty! You can customize it by going to the edit profileedit profile page. (only you can see this)
@@ -258,6 +260,12 @@ {/each} +