Skip to content

Commit

Permalink
Change tag around logo from span to a
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Nov 4, 2024
1 parent 3a22a36 commit aacd11e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<div id="topBarHeight">
<div id="okrTopbar">
<span
<a
routerLink="/"
queryParamsHandling="preserve"
class="d-flex h-100 align-items-center ps-4 link-light cursor-pointer"
>
<img [attr.data-testId]="'logo'" alt="okr-logo" height="32" ngSrc="{{ this.logoSrc$ | async }}" width="140" />
</span>
</a>
<div class="d-flex align-items-center me-md-5 me-1">
<button
routerLink="team-management"
Expand Down

0 comments on commit aacd11e

Please sign in to comment.