Skip to content

Commit

Permalink
[ENH] Added beta badge to navbar (#646)
Browse files Browse the repository at this point in the history
Added `beta` badge to navbar
  • Loading branch information
rmanaem authored Nov 22, 2023
1 parent f3011ab commit 6bed671
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/tool-navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
alt="Neurobagel Logo"
class="nav-logo" />
<div class="nav-title-and-subtitle">
{{ uiText.toolName }}
{{ uiText.toolName }} <b-badge class="badge">beta</b-badge>
<br />
<p class="nav-subtitle">
{{ uiText.subtitle }}
Expand Down Expand Up @@ -214,5 +214,9 @@
height: 60px;
width: auto;
}
.badge {
font-size: 13px;
vertical-align: middle;
}
</style>

0 comments on commit 6bed671

Please sign in to comment.