Skip to content

Commit ddf5460

Browse files
committed
lint
1 parent 2e5ea55 commit ddf5460

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/twig/src/renderer/components/StatusBar.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ export function StatusBar() {
2525
transform: "translateX(-50%)",
2626
}}
2727
>
28-
<Kbd size="1">{navigator.platform.includes("Mac") ? "\u2318" : "Ctrl"}K</Kbd>
28+
<Kbd size="1">
29+
{navigator.platform.includes("Mac") ? "\u2318" : "Ctrl"}K
30+
</Kbd>
2931
<Code size="1" variant="ghost" color="gray">
3032
Command
3133
</Code>

0 commit comments

Comments
 (0)