Skip to content

Commit

Permalink
fix(title): set forum title to bitcoin forum
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsey committed Jan 11, 2025
1 parent 15c5d40 commit 827587b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/HeaderComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<h1 :class="{ 'hide-mobile': adminMode }">
<router-link to="/" v-if="logo"><img :src="logo" id="logo" /></router-link>
<router-link id="logo-text" to="/">
{{decode(title)}}
Bitcoin Forum
</router-link>
<span>&nbsp;{{decode(revision)}}</span>
</h1>
Expand Down

0 comments on commit 827587b

Please sign in to comment.