Skip to content

Commit db8086f

Browse files
authored
fix:replace to meetup link #1451 (#1464)
1 parent 6f0bb26 commit db8086f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/common/defaultBanner/DefaultBanner.jsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ const DefaultBanner = () => {
4444
</div>
4545
<div className="body-desc">
4646
Check out our bouquet of{' '}
47-
<Link className="home-anchor" target="_blank" to="https://hustles.reactplay.io/">
47+
<Link
48+
className="home-anchor"
49+
target="_blank"
50+
to="https://www.meetup.com/reactplay-bengaluru/events/"
51+
>
4852
<span className="text text-secondary">events</span>
4953
</Link>
5054
</div>

0 commit comments

Comments
 (0)