hide desktop download link on tablet and mobile (#3939)

pull/3935/head
Peer Richelsen 2022-08-24 12:38:43 +02:00 committed by GitHub
parent bfe780e0af
commit 6413bb399e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -647,7 +647,7 @@ function UserDropdown({ small }: { small?: boolean }) {
target="_blank"
rel="noopener noreferrer"
href={DESKTOP_APP_LINK}
className="desktop-hidden flex items-center px-4 py-2 text-sm text-gray-700">
className="desktop-hidden hidden items-center px-4 py-2 text-sm text-gray-700 md:flex">
<Icon.FiDownload className="h-4 w-4 text-gray-500 ltr:mr-2 rtl:ml-3" />{" "}
{t("download_desktop_app")}
</a>