feat: adding hydra shop constant

This commit is contained in:
Chubby Granny Chaser 2025-02-16 19:30:17 +00:00
commit f428c522b6
No known key found for this signature in database
2 changed files with 9 additions and 7 deletions

View file

@ -2,11 +2,11 @@ import { Button } from "@renderer/components/button/button";
import { Modal } from "@renderer/components/modal/modal";
import { useTranslation } from "react-i18next";
import "./modals.scss";
import { Theme } from "@types";
import { Theme, UserProfile } from "@types";
import { injectCustomCss, removeCustomCss } from "@renderer/helpers";
import { useToast } from "@renderer/hooks";
import { UserProfile } from "@types";
import { WEB_STORE_URL } from "@renderer/constants";
interface ImportThemeModalProps {
visible: boolean;
onClose: () => void;
@ -75,7 +75,7 @@ export const ImportThemeModal = ({
<Modal
visible={visible}
title={t("import_theme")}
description={t("import_theme_description")}
description={t("import_theme_description", { theme: themeName })}
onClose={onClose}
>
<div className="delete-all-themes-modal__container">