Skip to content

Commit 6c1a969

Browse files
committed
fix: remove unnecessary whitespace in terminal header
1 parent a8b4916 commit 6c1a969

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/terminal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ export const TerminalPage = () => {
144144
<div className="px-8">
145145
<div className="flex mt-6 mb-4">
146146
<h1 className="flex-1 text-3xl font-bold tracking-tight">
147-
{" "}
148147
{terminal?.server_name || "Terminal"} ({id})
149148
</h1>
150149
<div className="flex ml-auto self-end sm:self-auto gap-2 flex-wrap shrink-0">

0 commit comments

Comments
 (0)