Skip to content

Commit

Permalink
Remove redundant home icon from masthead
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jun 28, 2024
1 parent f170db9 commit f5b73ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Masthead/Masthead.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ onMounted(() => {
<BNavbar id="masthead" type="dark" role="navigation" aria-label="Main" class="justify-content-between">
<BNavbarNav>
<BNavbarBrand
id="analysis"
v-b-tooltip.hover
class="ml-2 mr-2 p-0"
title="Home"
Expand All @@ -85,7 +86,6 @@ onMounted(() => {
</span>
</BNavbarNav>
<BNavbarNav v-if="isConfigLoaded" class="mr-1">
<MastheadItem id="analysis" tooltip="Tools, Workflows and Histories" icon="fa-home" @click="openUrl('/')" />
<MastheadItem id="library" icon="fa-database" tooltip="Data Libraries" @click="openUrl('/libraries')" />
<MastheadItem
v-if="windowTab"
Expand Down

0 comments on commit f5b73ab

Please sign in to comment.