Skip to content

Commit

Permalink
Add Wiki link to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
kyong committed Feb 17, 2024
1 parent f03510c commit 94edd59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/frontend/src/ui/_common_/navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkA v-tooltip.noDelay.right="i18n.ts.settings" :class="$style.item" :activeClass="$style.active" to="/settings">
<i :class="$style.itemIcon" class="ti ti-settings ti-fw"></i><span :class="$style.itemText">{{ i18n.ts.settings }}</span>
</MkA>
<a v-tooltip.noDelay.right="'wiki'" :class="$style.item" :activeClass="$style.active" href="https://wiki.chunchun.world/" target="_blank">
<i :class="$style.itemIcon" class="ti ti-book ti-fw"></i><span :class="$style.itemText">Wiki</span> <i class="ti ti-external-link"></i>
</a>
<a v-tooltip.noDelay.right="i18n.ts.donation" :class="$style.item" :activeClass="$style.active" href="https://sabakampa.com/p/chunchun.world" target="_blank">
<i :class="$style.itemIcon" class="ti ti-heart-up ti-fw"></i><span :class="$style.itemText">{{ i18n.ts.donation }}</span> <i class="ti ti-external-link"></i>
</a>
Expand Down

0 comments on commit 94edd59

Please sign in to comment.