aboutsummaryrefslogtreecommitdiff
path: root/src/components/side_drawer
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2022-03-17 12:59:10 -0400
committertusooa <tusooa@kazv.moe>2022-11-24 18:26:46 -0500
commite067783a30be41644abe1aecca631ef31cf476a8 (patch)
tree0be2fb9479e960ef8004398f0f6b12897fd444f6 /src/components/side_drawer
parent2e3d4d772835b5de8750db2e8669c1abc4903994 (diff)
Add announcement display with placeholder messages
Diffstat (limited to 'src/components/side_drawer')
-rw-r--r--src/components/side_drawer/side_drawer.vue13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/components/side_drawer/side_drawer.vue b/src/components/side_drawer/side_drawer.vue
index cbeafdd2..dccb8ab7 100644
--- a/src/components/side_drawer/side_drawer.vue
+++ b/src/components/side_drawer/side_drawer.vue
@@ -192,6 +192,19 @@
</a>
</li>
<li
+ @click="toggleDrawer"
+ >
+ <router-link
+ :to="{ name: 'announcements' }"
+ >
+ <FAIcon
+ fixed-width
+ class="fa-scale-110 fa-old-padding"
+ icon="bullhorn"
+ /> {{ $t("nav.announcements") }}
+ </router-link>
+ </li>
+ <li
v-if="currentUser"
@click="toggleDrawer"
>