Utkarshn10 / Focusly

Open source app to remain focused during your deep work sessions. Built using ReactJS
https://focusly.vercel.app/
MIT License
35 stars 44 forks source link

fix typo in github logo image path #140

Closed Chahbaz-Aman closed 8 months ago

Chahbaz-Aman commented 8 months ago

Related Issue

Closes: #139 number that will be closed through this PR

Describe the changes you've made

Github logo was not visible in the footer due to typo in the src path. The filename spells "GitHub" as "Github" src="../GitHub_logo-bg-removed.png" is now changed to src="../Github_logo-bg-removed.png"

Type of change

What sort of change have you made:

How Has This Been Tested?

Verified that the logo is visible in my localhost itself since its a small change.

Checklist:

Screenshots

Original Updated
focusly_logo_absent image_2023-11-02_201532549 (1)
vercel[bot] commented 8 months ago

Someone is attempting to deploy a commit to a Personal Account owned by @Utkarshn10 on Vercel.

@Utkarshn10 first needs to authorize it.

Utkarshn10 commented 8 months ago

Thanks @Chahbaz-Aman for contributing to Focusly :)