Skip to content

Commit

Permalink
Rename entries page in studio
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed Oct 3, 2024
1 parent 85dc275 commit 9ae7ea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/studio/src/components/forms/BaseFormGroup.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<b-form-group class="mb-3">
<b-form-group class="mb-3" label-class="d-flex">
<template #label>
<slot name="label">
<span class="text-opaque">{{ label }} </span>
Expand Down
2 changes: 1 addition & 1 deletion apps/studio/src/views/Studio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<b-collapse id="nav-collapse" is-nav class="order-1 order-md-0">
<b-navbar-nav>
<b-nav-item class="mx-lg-3" to="/collections">My Collections</b-nav-item>
<b-nav-item class="mx-lg-3" to="/qr-codes">QR Codes</b-nav-item>
<b-nav-item class="mx-lg-3" to="/qr-codes">Usage</b-nav-item>
</b-navbar-nav>
<b-navbar-nav class="ms-auto me-3">
<b-nav-item class="mx-lg-3" href="https://www.twinstory.io/faq" target="_blank">FAQ</b-nav-item>
Expand Down

0 comments on commit 9ae7ea9

Please sign in to comment.