Skip to content

Commit

Permalink
added venue
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgeek committed Oct 17, 2024
1 parent a405e98 commit 4cf64c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/layouts/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ export const Footer = () => {
</span>
<ul className="list-unstyled mt-3">
<p className="text-white dark:text-white-dark text-base">
TBA
USIU-Africa
</p>

{/* <a
href="https://maps.app.goo.gl/e8tapzru1QwwMSHs5"
<a
href="https://maps.app.goo.gl/tjGDW8Tqf4ccZc3f6"
target="_blank"
className="text-white dark:text-white-dark text-base"
rel="noreferrer"
>
<i className="fa fa-map-marker" /> View Map location
</a> */}
</a>
</ul>
</div>
{showExtraInfo && (
Expand Down

0 comments on commit 4cf64c2

Please sign in to comment.