diff --git a/src/pages/Apps/AppCardAlby.tsx b/src/pages/Apps/AppCardAlby.tsx index 7ba8398f..396f7c2b 100644 --- a/src/pages/Apps/AppCardAlby.tsx +++ b/src/pages/Apps/AppCardAlby.tsx @@ -1,4 +1,4 @@ -import { PlusIcon } from "@heroicons/react/24/outline"; +import { PlusIcon, LinkIcon } from "@heroicons/react/24/outline"; import { FC } from "react"; import { useTranslation } from "react-i18next"; import { App } from "../..//models/app.model"; @@ -72,13 +72,13 @@ export const AppCardAlby: FC = ({ appInfo }) => {

-
+
{window.alby && ( )} @@ -90,6 +90,7 @@ export const AppCardAlby: FC = ({ appInfo }) => { rel="noreferrer" href="https://getalby.com" > + {t(`appInfo.${id}.action.install`)} )}