Sriparno08 / Openpedia

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

Chore: Fix SVG Link in 'Open Source Programs' Page #395

Closed Sriparno08 closed 1 month ago

Sriparno08 commented 2 months ago

Category

Description

We need to fix a broken SVG link in the 'Open Source Programs' page.

Step 1: Go to client/pages/open-source-programs/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.jpg">
auroOra3 commented 2 months ago

Hello can I have that issue please? :-)

Sriparno08 commented 2 months ago

Go ahead, @auroOra3!