Timothy Jaeryang Baek 4 месяцев назад
Родитель
Сommit
e171c7915a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/lib/components/layout/Sidebar.svelte

+ 2 - 2
src/lib/components/layout/Sidebar.svelte

@@ -802,7 +802,7 @@
 								<div class=" self-center text-sm font-primary">{$i18n.t('New Chat')}</div>
 							</div>
 
-							<HotkeyHint name="newChat" />
+							<HotkeyHint name="newChat" className=" group-hover:visible invisible" />
 						</a>
 					</div>
 
@@ -823,7 +823,7 @@
 							<div class="flex flex-1 self-center translate-y-[0.5px]">
 								<div class=" self-center text-sm font-primary">{$i18n.t('Search')}</div>
 							</div>
-							<HotkeyHint name="search" />
+							<HotkeyHint name="search" className=" group-hover:visible invisible" />
 						</button>
 					</div>