diff --git a/src/components/Dashboard.svelte b/src/components/Dashboard.svelte
index 51fe508f..22517128 100644
--- a/src/components/Dashboard.svelte
+++ b/src/components/Dashboard.svelte
@@ -6,7 +6,7 @@
import FormLayout from "./FormLayout.svelte";
import Tracks from "./Tracks.svelte";
import BreadcrumbNav from "./BreadcrumbNav.svelte";
-import NotFound from "./NotFound.svelte";
+ import NotFound from "./NotFound.svelte";
//
let isProfileActionsVisible = false;
let mobile_menu_opened = false;
@@ -20,9 +20,11 @@ import NotFound from "./NotFound.svelte";
+ {$_('application_name')}
Your
- Profile
+ class="block px-3 py-2 rounded-md text-base font-medium text-gray-400 hover:text-white hover:bg-gray-700">{$_('your_profile')}
Settings
+ class="block px-3 py-2 rounded-md text-base font-medium text-gray-400 hover:text-white hover:bg-gray-700">{$_('settings')}
$_('signout')
+ class="block px-3 py-2 rounded-md text-base font-medium text-gray-400 hover:text-white hover:bg-gray-700">{$_('signout')}
diff --git a/src/components/NotFound.svelte b/src/components/NotFound.svelte
index 863c7f0b..4f168264 100644
--- a/src/components/NotFound.svelte
+++ b/src/components/NotFound.svelte
@@ -18,11 +18,5 @@
class="bg-transparent text-grey-darkest font-bold uppercase tracking-wide py-3 px-6 border-2 border-grey-light hover:border-grey rounded-lg">{$_('goback')}
-