Sriparno08 / Openpedia

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

Chore: Fix SVG Link in 'Contributing to Open Source' Page #393

Closed Sriparno08 closed 2 months ago

Sriparno08 commented 2 months ago

Category

Description

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

Step 1: Go to client/pages/contributing-to-open-source/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">
RahulSingh9131 commented 2 months ago

Assign me this issue

Sriparno08 commented 2 months ago

Assigned, @RahulSingh9131!