浏览代码

fix: typo

Timothy J. Baek 1 年之前
父节点
当前提交
e414b9ea6d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/routes/(app)/+layout.svelte

+ 1 - 1
src/routes/(app)/+layout.svelte

@@ -201,7 +201,7 @@
 
 {#if loaded}
 	<div class=" hidden lg:flex fixed bottom-0 right-0 px-3 py-3 z-10">
-		<Tooltip content="help" placement="left">
+		<Tooltip content="Help" placement="left">
 			<button
 				id="show-shortcuts-button"
 				bind:this={showShortcutsButtonElement}