hide desktop download link on tablet and mobile (#3939)
parent
bfe780e0af
commit
6413bb399e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue