Skip to content

Commit

Permalink
Merge pull request #44 from francobalich/fix-id-section-schedules
Browse files Browse the repository at this point in the history
Fix: Update IDs in menu to scroll to schedule
  • Loading branch information
Damian-Zsiros-Prog authored Jul 10, 2023
2 parents f6ec902 + 66337ba commit ffa6399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const menu: MenuLink[] = [
},
{
name: 'Horario y Charlas',
anchor: '#participantes',
anchor: '#horarios',
},
{
name: 'Genera tu ticket',
Expand Down
3 changes: 1 addition & 2 deletions src/components/Schedule.astro
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ const items: typeItem[] = [
]
---

<section class="py-16 flex flex-col gap-24 px-18 p-8">
<section class="py-16 flex flex-col gap-24 px-18 p-8" id="horarios">
<h2
id="horarios"
class="font-extrabold text-4xl text-transparent bg-clip-text from-[#c8f2f5] to-[#46c6cf] bg-gradient-to-b text-center"
>
Horarios y charlas
Expand Down

0 comments on commit ffa6399

Please sign in to comment.