remove plural
This commit is contained in:
@@ -305,13 +305,13 @@ export const routes = [
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "discord-bot-logs",
|
path: "discord-bot-log",
|
||||||
name: "discord-bot-logs",
|
name: "discord-bot-log",
|
||||||
meta: {
|
meta: {
|
||||||
title: "Discord Bot Logs",
|
title: "Discord Bot Log",
|
||||||
middleware: "authenticated",
|
middleware: "authenticated",
|
||||||
},
|
},
|
||||||
component: () => import("@/views/dashboard/DiscordBotLogs.vue"),
|
component: () => import("@/views/dashboard/DiscordBotLog.vue"),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
to="/dashboard/discord-bot-logs"
|
to="/dashboard/discord-bot-logs"
|
||||||
class="box">
|
class="box">
|
||||||
<font-awesome-icon icon="fa-brands fa-discord" />
|
<font-awesome-icon icon="fa-brands fa-discord" />
|
||||||
<h2>Discord Bot Logs</h2>
|
<h2>Discord Bot Log</h2>
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
</SMContainer>
|
</SMContainer>
|
||||||
|
|||||||
Reference in New Issue
Block a user