remove plural

This commit is contained in:
2023-02-03 10:25:27 +10:00
parent a135c7e8fd
commit 89ebab5134
2 changed files with 5 additions and 5 deletions

View File

@@ -305,13 +305,13 @@ export const routes = [
],
},
{
path: "discord-bot-logs",
name: "discord-bot-logs",
path: "discord-bot-log",
name: "discord-bot-log",
meta: {
title: "Discord Bot Logs",
title: "Discord Bot Log",
middleware: "authenticated",
},
component: () => import("@/views/dashboard/DiscordBotLogs.vue"),
component: () => import("@/views/dashboard/DiscordBotLog.vue"),
},
],
},

View File

@@ -46,7 +46,7 @@
to="/dashboard/discord-bot-logs"
class="box">
<font-awesome-icon icon="fa-brands fa-discord" />
<h2>Discord Bot Logs</h2>
<h2>Discord Bot Log</h2>
</router-link>
</div>
</SMContainer>