Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
www
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PLN
www
Commits
6df2ef65
Commit
6df2ef65
authored
Mar 15, 2026
by
PLN (Algolia)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(parvagues): nav links point to /parvagues#section from subpages
parent
153985de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Layout.js
next/components/parvagues/Layout.js
+2
-2
No files found.
next/components/parvagues/Layout.js
View file @
6df2ef65
...
...
@@ -90,7 +90,7 @@ export default function Layout({ children, title = 'ParVagues' }) {
{[
'tour'
,
'music'
,
'video'
,
'booking'
].
map
((
id
)
=>
(
<
a
key
=
{
id
}
href
=
{
`#
${
id
}
`
}
href
=
{
`
/parvagues
#
${
id
}
`
}
className
=
"text-[var(--text-muted)] hover:text-white transition-colors duration-300"
>
{
id
}
...
...
@@ -99,7 +99,7 @@ export default function Layout({ children, title = 'ParVagues' }) {
<
/nav
>
<
a
href
=
"#booking"
href
=
"
/parvagues
#booking"
className
=
"flex items-center gap-2 px-4 py-2 text-[11px] tracking-[0.15em] uppercase border border-white/20 rounded-full hover:bg-white hover:text-[var(--surface)] transition-all duration-300"
>
<
FaEnvelope
className
=
"w-3 h-3"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment