Skip to content

Commit

Permalink
fix: changes for guides
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed Jun 16, 2024
1 parent 1afde47 commit 42f483e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/private/venue/Venue.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ const Venue = () => {
</a>

<a
href="https://drive.google.com/file/d/1MJNxqZn4uNjKHJN9k8zBx7m6h7PS7aK7/view?usp=drivesdk"
href="https://hack4bengal.notion.site/Hack4Bengal-3-0-Guide-3a4e84ca957746f29a5ac22990c3db74"
target="_blank"
rel="noopener noreferrer"
className="location_howtoreach_mobile"
>
<button className="location__btn">How to reach</button>
<button className="location__btn">Event Guide</button>
</a>
</div>

Expand All @@ -50,12 +50,12 @@ const Venue = () => {
<button className="location__btn">View in Google Maps</button>
</a>
<a
href="https://drive.google.com/file/d/1MJNxqZn4uNjKHJN9k8zBx7m6h7PS7aK7/view?usp=drivesdk"
href="https://hack4bengal.notion.site/Hack4Bengal-3-0-Guide-3a4e84ca957746f29a5ac22990c3db74"
target="_blank"
rel="noopener noreferrer"
className="location_howtoreach"
>
<button className="location__btn">How to reach</button>
<button className="location__btn">Event Guide</button>
</a>
</div>
</div>
Expand Down

0 comments on commit 42f483e

Please sign in to comment.