Skip to content

Commit

Permalink
code formatting and spell correction
Browse files Browse the repository at this point in the history
  • Loading branch information
jatindersingh93 committed Oct 16, 2023
1 parent 03fe583 commit b1f7ff6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/components/layout/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ const { getIsAuthenticated } = storeToRefs(useAuthStore());
v-if="getIsAuthenticated"
class="mr-2"
>
<router-link :to="{ name: RouteNames.LIST_BUCKETS }" aria-lable="My Buckets">
<router-link
:to="{ name: RouteNames.LIST_BUCKETS }"
aria-label="My Buckets"
>
My Buckets
</router-link>
</li>
Expand Down

0 comments on commit b1f7ff6

Please sign in to comment.