Skip to content

Commit

Permalink
fix:replace to meetup link #1451 (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
clavy123 committed Feb 18, 2024
1 parent 6f0bb26 commit db8086f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/common/defaultBanner/DefaultBanner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ const DefaultBanner = () => {
</div>
<div className="body-desc">
Check out our bouquet of{' '}
<Link className="home-anchor" target="_blank" to="https://hustles.reactplay.io/">
<Link
className="home-anchor"
target="_blank"
to="https://www.meetup.com/reactplay-bengaluru/events/"
>
<span className="text text-secondary">events</span>
</Link>
</div>
Expand Down

0 comments on commit db8086f

Please sign in to comment.