nav: always show upload button on all screen sizes

This commit is contained in:
Davide Scaini
2026-05-14 18:24:44 +02:00
parent 16965a7645
commit 8af6b7b04e
+1 -1
View File
@@ -290,7 +290,7 @@ try {
{editEnabled && (
<button
id="upload-btn"
class="hidden sm:flex text-zinc-400 hover:text-white transition-colors w-8 h-8 items-center justify-center rounded-md hover:bg-zinc-800 text-base"
class="flex text-zinc-400 hover:text-white transition-colors w-8 h-8 items-center justify-center rounded-md hover:bg-zinc-800 text-base"
aria-label="Upload activity"
title="Upload activity"
>↑</button>