Skip to content

Commit

Permalink
Fix frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Dec 12, 2024
1 parent 76cf046 commit cf5a85c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/src/pages/servers/manage/[id]/backups.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<MoreHorizontalIcon class="h-5 w-5 bg-transparent" />
<template #rename> <EditIcon /> Rename </template>
<template #restore> <ClipboardCopyIcon /> Restore </template>
<template v-if="backup.locked" #lock> <OpenLockIcon /> Unlock </template>
<template v-if="backup.locked" #lock> <LockOpenIcon /> Unlock </template>
<template v-else #lock> <LockIcon /> Lock </template>
<template #download> <DownloadIcon /> Download </template>
<template #delete> <TrashIcon /> Delete </template>
Expand Down Expand Up @@ -231,7 +231,7 @@ import {
SettingsIcon,
BoxIcon,
LockIcon,
OpenLockIcon,
LockOpenIcon,
} from "@modrinth/assets";
import { ref, computed } from "vue";
import type { Server } from "~/composables/pyroServers";
Expand Down

0 comments on commit cf5a85c

Please sign in to comment.