Skip to content

Commit

Permalink
nav
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Mar 19, 2024
1 parent cea77fb commit 1a42b9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/(pages)/(components)/navigation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ const LINKS = [
export function Navigation() {
const pathname = usePathname()

console.log('pathname', pathname)

return (
<nav className={s.nav}>
<div className={s.title}>
<h1>satus</h1>
<span>/</span>
<span>{pathname}</span>
</div>

<ul className={s.list}>
Expand Down

0 comments on commit 1a42b9b

Please sign in to comment.