From d06494885a8932dd01571b40de88eed3a6cd095b Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sun, 1 Sep 2024 20:40:12 -0400 Subject: fix external links softlocking the ui in testing store cta --- frontend/src/components/store/PluginCard.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'frontend/src/components/store/PluginCard.tsx') diff --git a/frontend/src/components/store/PluginCard.tsx b/frontend/src/components/store/PluginCard.tsx index dd54aa65..6e2a3510 100644 --- a/frontend/src/components/store/PluginCard.tsx +++ b/frontend/src/components/store/PluginCard.tsx @@ -4,6 +4,7 @@ import { useTranslation } from 'react-i18next'; import { InstallType } from '../../plugin'; import { StorePlugin, StorePluginVersion, requestPluginInstall } from '../../store'; +import ExternalLink from '../ExternalLink'; interface PluginCardProps { plugin: StorePlugin; @@ -108,7 +109,7 @@ const PluginCard: FC = ({ plugin }) => { }} > {t('PluginCard.plugin_full_access')}{' '} - = ({ plugin }) => { }} > deckbrew.xyz/root - + )} -- cgit v1.2.3