Skip to content

Commit

Permalink
Merge pull request WeMakeDevs#677 from AnuragThePathak/meetup-fix
Browse files Browse the repository at this point in the history
change id of hero section in meetup to about
  • Loading branch information
AnuragThePathak authored Jun 22, 2023
2 parents 7bb3d87 + d670de9 commit 6528066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MeetupPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const MeetupPage = ({ content }) => {
return (
<Layout content={content}>
{/* Hero Section */}
<section id='hero' className='overflow-x-hidden'>
<section id='about' className='overflow-x-hidden'>
<div className='layout min-h-main flex flex-col pt-24 pb-16'>
<h1 className='mx-auto mt-6 max-w-4xl text-center font-normal'>
<span className='highlight highlight--gradient'> Connect</span>,
Expand Down

0 comments on commit 6528066

Please sign in to comment.