Skip to content

Commit 547023c

Browse files
Update profile.html
fixed link path for home, challenges and editor link in the footer section of profile page. removed twitter link from the footer as it is not available.
1 parent 3e0ebe8 commit 547023c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pages/profile.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -768,17 +768,16 @@ <h4>CodeClip</h4>
768768
<div class="footer__section">
769769
<h4>Quick Links</h4>
770770
<ul>
771-
<li><a href="/" data-route="/">Home</a></li>
772-
<li><a href="challenges.html" data-route="/challenges">Challenges</a></li>
773-
<li><a href="editor.html" data-route="/editor">Editor</a></li>
771+
<li><a href="/CodeClip/index.html">Home</a></li>
772+
<li><a href="/CodeClip/pages/challenges.html">Challenges</a></li>
773+
<li><a href="/CodeClip/pages/editor.html"></a>Editor</a></li>
774774
</ul>
775775
</div>
776776
<div class="footer__section">
777777
<h4>Community</h4>
778778
<ul>
779779
<li><a href="https://github.com/opensource-society/CodeClip">GitHub</a></li>
780780
<li><a href="https://discord.gg/NmGyBWAE3b">Discord</a></li>
781-
<li><a href="#">Twitter</a></li>
782781
</ul>
783782
</div>
784783
</div>

0 commit comments

Comments
 (0)