Skip to content

Commit

Permalink
Merge pull request #99 from shashankgoud18/bugfix/43/navigate-home-pa…
Browse files Browse the repository at this point in the history
…ge-updated

Fixed the Navigation issue
  • Loading branch information
swaraj-das authored Oct 4, 2024
2 parents 4ade9ad + 0750f18 commit be8c00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<body>
<div class="container">
<div class="navbar">
<img src="images/logo.png" class="logo" alt="Logo">
<span class="website-name">Collect your GamingTools</span>
<a href="/"> <img src="images/logo.png" class="logo" alt="Logo"></a>
<a href="/"><span class="website-name">Collect your GamingTools</span></a>
<nav>
<ul id="menuList">
<li><a href="#">Game Controllers</a></li>
Expand Down

0 comments on commit be8c00d

Please sign in to comment.