Skip to content

Commit

Permalink
Add WA community link in register page (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: swastkk <swastkk@gmail.com>
  • Loading branch information
swastkk authored Mar 21, 2024
1 parent 2cc1eed commit aabe421
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/event-register/[eventId]/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,17 +136,17 @@ const EventRegisterPage = () => {
/>
</div>
)}
<div className="flex gap-2">
<div className="flex flex-col md:flex-row gap-2 mx-0 md:mx-auto">
<button
onClick={handleRegister}
className="spaceFont bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4"
className="spaceFont bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4"
>
Register
</button>
<br />
<button className='spaceFont py-2 px-4 border border-green-500 text-green-500 font-bold transition duration-300 hover:bg-green-400 hover:text-white'>
<a href="https://chat.whatsapp.com/LFksVEgp1r8KDvyBBXxd7u" target='__blank' className='flex items-center'>
Join Community<svg xmlns="http://www.w3.org/2000/svg" width="1.5em" height="1.5em" fill="currentColor" class="bi bi-whatsapp" viewBox="0 0 16 16">
<a href="https://chat.whatsapp.com/LFksVEgp1r8KDvyBBXxd7u" target='__blank' className='flex items-center justify-center md:justify-start'>
Join Community<svg xmlns="http://www.w3.org/2000/svg" width="1.5em" height="1.5em" fill="currentColor" class="bi bi-whatsapp" viewBox="0 0 16 16" className='className="ml-1 md:ml-0"'>
<path d="M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232"/>
</svg></a>
</button>
Expand Down

0 comments on commit aabe421

Please sign in to comment.