Skip to content

Commit

Permalink
Merge pull request #372 from satyamkoshta340/ui-bug-fixes
Browse files Browse the repository at this point in the history
FIX: the icon path reference for index.html
  • Loading branch information
PriyaGhosal authored Oct 11, 2024
2 parents a36826b + d078ec8 commit 3831a33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1549,6 +1549,7 @@ body.dark-mode .navbar a:hover {

/* Hover effect for navbar buttons */
body.dark-mode .navbar a {

color: var(--white);
}
/* Other styles */
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@
<div class="container" >

<a href="#">
<img src="../assets/images/Skillwise_logo-removebg-preview.png" width="50" height="10" alt="SkillWise home">
<img src="./assets/images/Skillwise_logo-removebg-preview.png" width="50" height="10" alt="SkillWise home">
</a>

<nav class="navbar" data-navbar>


<div class="navbar-top">

<img src="../assets/images/Skillwise_logo.jpg" width="50" height="10" alt="SkillWise home">
<img src="./assets/images/Skillwise_logo.jpg" width="50" height="10" alt="SkillWise home">
</a>

<button class="nav-close-btn" aria-label="close menu" data-nav-toggler>
Expand Down

0 comments on commit 3831a33

Please sign in to comment.