File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
apps/frontend/src/pages/servers/manage/[id] Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 42
42
We could not find any specific problems, but you can try restarting the server.
43
43
</div >
44
44
</div >
45
- "
46
45
</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 >
48
51
</div >
49
52
</div >
50
53
<UiServersServerStats :data =" stats" />
145
148
146
149
<script setup lang="ts">
147
150
import { TerminalSquareIcon , XIcon , IssuesIcon } from " @modrinth/assets" ;
148
- import { Button } from " @modrinth/ui" ;
151
+ import { ButtonStyled } from " @modrinth/ui" ;
149
152
import type { ServerState , Stats } from " ~/types/servers" ;
150
153
import type { Server } from " ~/composables/pyroServers" ;
151
154
You can’t perform that action at this time.
0 commit comments