Timothy Jaeryang Baek 5 months ago
parent
commit
8248e0c216
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/routes/(app)/playground/+layout.svelte

+ 2 - 2
src/routes/(app)/playground/+layout.svelte

@@ -50,12 +50,12 @@
 						href="/playground">{$i18n.t('Chat')}</a
 					>
 
-					<a
+					<!-- <a
 						class="min-w-fit rounded-full p-1.5 {$page.url.pathname.includes('/playground/notes')
 							? ''
 							: 'text-gray-300 dark:text-gray-600 hover:text-gray-700 dark:hover:text-white'} transition"
 						href="/playground/notes">{$i18n.t('Notes')}</a
-					>
+					> -->
 
 					<a
 						class="min-w-fit rounded-full p-1.5 {$page.url.pathname.includes(