Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Jun 25, 2024
1 parent 870c747 commit dc7d2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/header/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { h } from "preact";
import { useState, useEffect } from "preact/hooks";
import { Link } from "preact-router";
import { Link } from "preact-router/match";
import { Auth, User } from "firebase/auth";

export default function Header({
Expand Down Expand Up @@ -63,7 +63,7 @@ export default function Header({
<li class="nav-item">
<Link
class="nav-link"
activeClassName={"active"}
activeClassName="active"
href="/"
aria-current="page"
onClick={() => {
Expand Down

0 comments on commit dc7d2fe

Please sign in to comment.