diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-01-22 02:09:56 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-01-22 02:09:56 +0000 |
| commit | 850affbd55fee9cd48a82ade94a3a5e60fd737a8 (patch) | |
| tree | 3d53005a151f17bdef27afcfaeec91aa1217a25e /components/Sidebar.vue | |
| parent | c6a34e6f7d6c0f592b8e370ee942017d914662bd (diff) | |
Add version and some icons
Diffstat (limited to 'components/Sidebar.vue')
| -rw-r--r-- | components/Sidebar.vue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/Sidebar.vue b/components/Sidebar.vue index 0dca27a..3d33586 100644 --- a/components/Sidebar.vue +++ b/components/Sidebar.vue @@ -45,6 +45,8 @@ const timeUntilConferenceStart = computed(() => { <div class="info"> <span>Times listed are in local time ({{ scheduleStore.schedule?.conference.timeZoneName }})</span> + + <Version /> </div> </div> </template> @@ -91,6 +93,9 @@ const timeUntilConferenceStart = computed(() => { font-size: var(--text-smaller); color: var(--color-text-muted); margin: 0 1rem; + display: flex; + flex-direction: column; + gap: 0.5rem; } </style>
\ No newline at end of file |
