Skip to content

Commit

Permalink
fix(frontend): forgor to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
thewander02 committed Oct 18, 2024
1 parent 51d364b commit 415c43e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/frontend/src/pages/servers/manage/[id]/options.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
VersionIcon,
CardIcon,
UserIcon,
ListBulletedIcon,
} from "@modrinth/assets";
import type { Server } from "~/composables/pyroServers";
Expand All @@ -33,11 +32,6 @@ const navLinks = [
{ icon: TextQuoteIcon, label: "Startup", href: `/servers/manage/${serverId}/options/startup` },
{ icon: VersionIcon, label: "Network", href: `/servers/manage/${serverId}/options/network` },
{ icon: ListIcon, label: "Properties", href: `/servers/manage/${serverId}/options/properties` },
{
icon: ListBulletedIcon,
label: "Minecraft Logs",
href: `/servers/manage/${serverId}/options/logs`,
},
{
icon: UserIcon,
label: "Preferences",
Expand Down

0 comments on commit 415c43e

Please sign in to comment.