chore: update navbar

This commit is contained in:
jinhojang6 2024-09-25 13:11:21 +09:00
parent 736ee9dc99
commit 2013e9ba98
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
2 changed files with 4 additions and 1 deletions

View File

@ -12,6 +12,7 @@ export const navItems = [
// { name: 'Location', href: '#location' },
// { name: 'Programme', href: '#programme' },
{ name: 'FAQs', href: '#faqs' },
{ name: 'Tickets', href: '#tickets' },
]
const Navbar: React.FC = () => {

View File

@ -33,7 +33,7 @@ const HomePage: React.FC = () => {
<FAQSection />
{/* <TicketsSection /> */}
<CustomLink href="https://lu.ma/psc1" target="_blank">
<RegisterButton>REGISTER FOR TICKETS</RegisterButton>
<RegisterButton id="tickets">REGISTER FOR TICKETS</RegisterButton>
</CustomLink>
</Main>
<Footer />
@ -82,6 +82,8 @@ const RegisterButton = styled.button`
margin-top: 104px;
cursor: pointer;
scroll-margin-top: 20px;
@media (max-width: 768px) {
padding: 6px 12px;
margin-top: 56px;