Feature/discord bot logs #16

Merged
nomadjimbob merged 9 commits from feature/discord-bot-logs into main 2023-02-03 00:28:15 +00:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 89ebab5134 - Show all commits

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>