Feature/discord bot logs #16
@@ -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"),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user