Skip to content

Commit 2ee3802

Browse files
Vinnu GollakotiVinnu Gollakoti
authored andcommitted
added whatsapp links
1 parent 64abd61 commit 2ee3802

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

src/assets/whatsapp-icon.png

1.45 KB
Loading

src/views/EventRegister.jsx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { useState, useEffect, useRef } from "react";
22

33
import eventCoverImage from "../assets/events_cover.jpeg";
4+
import whatsapp from "../assets/whatsapp-icon.png"
45

56
// -----------------------------------
67

@@ -127,6 +128,7 @@ export default function EventRegister() {
127128
setEventRegisteringInProgress(false);
128129
setEventRegisterStatus("registered");
129130
toast.success("You are registered for Algorithmist 2025!");
131+
toast.success("Join to our whatsapp group for latest updates.")
130132
})
131133
.catch((e) => {
132134
console.warn(e);
@@ -480,6 +482,23 @@ export default function EventRegister() {
480482
</div>
481483
</div>
482484
</div>
485+
<div className="row">
486+
<div className="registerPanelItem">
487+
<div className="icon">
488+
<img src={whatsapp} alt="" style={{ width: '21px' }} />
489+
</div>
490+
<div className="info">
491+
<div className="heading">
492+
Whatsapp group
493+
</div>
494+
<div className="content">
495+
<span className="external">
496+
<a href="https://chat.whatsapp.com/EWASvcWfCFGAApl1GvUuhd" target="_blank" style={{ color: 'black', textDecoration: 'none' }}> Join here. <BiLinkExternal /></a>
497+
</span>
498+
</div>
499+
</div>
500+
</div>
501+
</div>
483502

484503
{/* <div className="row">
485504
<button>Register!</button>
@@ -581,6 +600,9 @@ export default function EventRegister() {
581600
<span className="external">
582601
More info about all the 5 rounds can be found <a href="https://gfgkare.github.io/Algorithmist2025Rounds/" target="_blank">here. <BiLinkExternal /></a>
583602
</span>
603+
<span className="external">
604+
Join our Algorithmist 2k25 whatsapp group for latest updates <a href="https://chat.whatsapp.com/EWASvcWfCFGAApl1GvUuhd" target="_blank">here. <BiLinkExternal /></a>
605+
</span>
584606

585607
</div>
586608

0 commit comments

Comments
 (0)