Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
the same issue of incorrect linking of the about us page is solved
  • Loading branch information
CoderGirl2844 authored Jul 15, 2024
1 parent fe87bae commit be1d95d
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 @@ -15,7 +15,7 @@
<body>
<header class="ui__header header">
<!-- Added "header" class -->
<a href="about.html" class="btn--about">About Us</a>
<a href="About.html" class="btn--about">About Us</a>
<!-- Profile dropdown button -->
<div class="profile-menu">
<button class="profile-btn" style="top: 10rem;">
Expand Down Expand Up @@ -293,4 +293,4 @@ <h2>2. Changing the view of the cube</h2>

</body>

</html>
</html>

0 comments on commit be1d95d

Please sign in to comment.