add splatfests page to nav

This commit is contained in:
Slushie 2023-02-14 19:49:54 +00:00
parent 6d2029b772
commit 8a082b6e19
No known key found for this signature in database
GPG Key ID: CDA11820691304E3

View File

@ -9,6 +9,9 @@
<router-link to="/gear" class="router-link">
{{ $t('gear.title') }}
</router-link>
<router-link to="/splatfests" class="router-link">
{{ $t('festival.title') }}
</router-link>
</div>
</template>