Sriparno08 / Openpedia

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

Chore: Fix SVG Link in 'Learn Git & GitHub' Page #392

Closed Sriparno08 closed 2 months ago

Sriparno08 commented 2 months ago

Category

Description

We need to fix a broken SVG link in the 'Learn Git & GitHub' page.

Step 1: Go to client/pages/learn-git-and-github/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">
RahulSingh9131 commented 2 months ago

Assign me this issue , I will fix this

Sriparno08 commented 2 months ago

You're assigned, @RahulSingh9131!