Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainjule committed May 21, 2020
1 parent 3572c81 commit 9ff127a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/BouncerNav.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div v-if="showBar" class="bouncer-nav">
<div class="bouncer-nav-inner">
<strong>Baculer vers :</strong>
<strong>Basculer vers :</strong>
<div v-for="page in pages" class="page">
<k-link :to="page.path">{{ page.title }}</k-link>
</div>
Expand Down

0 comments on commit 9ff127a

Please sign in to comment.