Sriparno08 / Openpedia

Openpedia provides a wealth of useful resources that enable you to become a seasoned open source contributor.
https://openpedia.netlify.app/
MIT License
87 stars 116 forks source link

Chore: Fix SVG Link in 'Frequently Asked Questions' Page #396

Closed Sriparno08 closed 5 months ago

Sriparno08 commented 5 months ago

Category

Description

We need to fix a broken SVG link in the 'Frequently Asked Questions' page.

Step 1: Go to client/pages/frequently-asked-questions/index.html Step 2: Find the following link under <head>...</head>

<link rel="icon" href="./assets/short-logo.svg">

Step 3: Change it to

<link rel="icon" href="../../assets/short-logo.svg">