Use only the hutopy logo when phones

This commit is contained in:
2025-04-21 00:38:08 -04:00
parent b05e992cad
commit 28e78f6507

View File

@@ -28,11 +28,11 @@ function toggleLanguage() {
<!-- Show full logo on medium and larger screens --> <!-- Show full logo on medium and larger screens -->
<img src="/images/hutopy-logo.png" <img src="/images/hutopy-logo.png"
alt="hutopy logo" alt="hutopy logo"
class="hidden md:block" class="hidden sm:block"
height="50"> height="50">
<!-- Show icon version on small screens --> <!-- Show icon version on small screens -->
<img alt="hutopy icon" <img alt="hutopy icon"
class="block md:hidden" class="block sm:hidden"
height="50" height="50"
src="/images/hutopy-icon.png" src="/images/hutopy-icon.png"
width="50"> width="50">