Skip to content

Commit

Permalink
feat(icon): replace close icon with a new design
Browse files Browse the repository at this point in the history
Replaced the close icon from 'ri-close-fill' to 'ri-close-circle-line' for improved visual consistency.
  • Loading branch information
johan2160 committed Aug 8, 2024
1 parent 0fa8aee commit 7fe3b40
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
<div class="container">
<!-- ============ ASIDE ============ -->
<aside>


<!------------- Logo ------------->
<div class="logo">
<i class="ri-dashboard-fill"></i>
<h1>Dashboard</h1>
<i class="ri-close-fill" id="hide-menu"></i>
<i class="ri-close-circle-line" id="hide-menu"></i>
</div>

<!------------- Navigation ------------->
Expand Down Expand Up @@ -258,7 +256,6 @@ <h5>@mrbestcat1</h5>
</div>
</section>
</main>

</div>
<script src="js/main.js"></script>
</body>
Expand Down

0 comments on commit 7fe3b40

Please sign in to comment.