Skip to content

Commit

Permalink
fix(component-header): fix logo onClick
Browse files Browse the repository at this point in the history
  • Loading branch information
davidornelas11 committed Oct 2, 2024
1 parent 342f825 commit faf982a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Logo = () => {
href={logo?.brandLink ?? "https://asu.edu"}
className="navbar-brand"
data-testid="logo"
onFocus={() =>
onClick={() =>
trackGAEvent({
event: "link",
action: "click",
Expand Down

0 comments on commit faf982a

Please sign in to comment.