Skip to content

Commit 1c9b6c7

Browse files
committed
chore(inspector): clean
Signed-off-by: Evan Song <theevansong@gmail.com>
1 parent a12eb85 commit 1c9b6c7

File tree

1 file changed

+6
-3
lines changed
  • apps/frontend/src/pages/servers/manage/[id]

1 file changed

+6
-3
lines changed

apps/frontend/src/pages/servers/manage/[id]/index.vue

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,12 @@
4242
We could not find any specific problems, but you can try restarting the server.
4343
</div>
4444
</div>
45-
"
4645
</div>
47-
<Button icon-only color="red" @click="clearError"><XIcon /></Button>
46+
<ButtonStyled color="red" @click="clearError">
47+
<button>
48+
<XIcon />
49+
</button>
50+
</ButtonStyled>
4851
</div>
4952
</div>
5053
<UiServersServerStats :data="stats" />
@@ -145,7 +148,7 @@
145148

146149
<script setup lang="ts">
147150
import { TerminalSquareIcon, XIcon, IssuesIcon } from "@modrinth/assets";
148-
import { Button } from "@modrinth/ui";
151+
import { ButtonStyled } from "@modrinth/ui";
149152
import type { ServerState, Stats } from "~/types/servers";
150153
import type { Server } from "~/composables/pyroServers";
151154

0 commit comments

Comments
 (0)