Skip to content

Commit

Permalink
Revert "Title link (#53)"
Browse files Browse the repository at this point in the history
This reverts commit a3e7233.
  • Loading branch information
ZekeWK authored Sep 13, 2024
1 parent a3e7233 commit 4699175
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/components/Navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,5 @@
font-size: 1.1em;
padding-top: 0.4em;
z-index: -1;
a {
color: inherit;
text-decoration: inherit;
}
}
}
1 change: 0 additions & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default defineComponent({
{ !this.hideBackButton &&
<button onClick={this.goBack} data-test="navbarBackButton"><img src={backImage} alt="Gå tillbaka"/></button> }
</div>
<div class="title"><a href="https://f.kth.se/sangbok">Sångboken</a></div>
<a class="title" href="https://f.kth.se/sangbok">Sångboken</a>
<div style="float: right;" data-test="settingsButtonWrapper">
{!this.showSettings && <button onClick={() => { this.showSettings = true }} data-test="navbarShowSettingsButton"><img src={settingsImage} alt="Visa inställningar" /></button>}
Expand Down

0 comments on commit 4699175

Please sign in to comment.