chore: small visual fixes

This commit is contained in:
2025-06-02 08:09:56 +02:00
parent b8990be51e
commit a4cea4eeb3
5 changed files with 8 additions and 8 deletions

View File

@@ -30,7 +30,7 @@
</a>
</div>
<div class="icon-box my-2">
<a href="#" class="nav-link text-info mb-3">
<a href="calendar.html" class="nav-link text-info mb-3">
<svg xmlns="http://www.w3.org/2000/svg" height="30px" viewBox="0 -960 960 960" width="30px" fill="#2898BD"><path d="M580-240q-42 0-71-29t-29-71q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29ZM200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Z" /></svg>
<br /><h8 class="iconText">Calendar</h8>
</a>
@@ -75,7 +75,7 @@
<script type="module" src="/js/userSkills.js"></script>
<script type="module" src="/js/generalUseHelpers.js"></script>
<script type="module" src="/js/auth.js"></script>
<script type="module" src="/js/auth.js" defer></script>
</body>