Sriparno08 / Openpedia

The Open Source Guide!
https://openpedia.netlify.app/
MIT License
77 stars 102 forks source link

Chore: Fix 'About' Link in Landing Page Footer #388

Closed Sriparno08 closed 2 months ago

Sriparno08 commented 2 months ago

Category

Description

We need to fix a broken link in the landing page footer that heads to the 'About' section of the landing page.

Step 1: Go to client/components/footer.js Step 2: Find the following link under <div class="col">...</div>

<a style="font-size: 14px; margin-top: 0.5rem;" href=" https://openpedia.netlify.app/#about">About</a>

Step 3: Change it to

<a style="font-size: 14px; margin-top: 0.5rem;" href="#about">About</a>