improvements: address feedback

This commit is contained in:
Scott Wilson
2025-08-01 17:01:51 -07:00
parent 4a55ecbe12
commit 9fbdede82c
2 changed files with 4 additions and 4 deletions

View File

@@ -16,12 +16,12 @@ export const BaseEmailWrapper = ({ title, preview, children, siteUrl }: BaseEmai
<Body className="bg-gray-300 my-auto mx-auto font-sans px-[8px] py-[4px]">
<Preview>{preview}</Preview>
<Container className="bg-white rounded-xl my-[40px] mx-auto pb-[0px] max-w-[500px]">
<Section className="mb-[24px] px-[24px] mt-[24px]">
<Section className="mb-[24px] px-[24px] mt-[24px]">
<Img
src={`https://infisical.com/_next/image?url=%2Fimages%2Flogo-black.png&w=64&q=75`}
src="https://infisical.com/_next/image?url=%2Fimages%2Flogo-black.png&w=64&q=75"
width="36"
alt="Infisical Logo"
className={"mx-auto"}
className="mx-auto"
/>
</Section>
<Hr className=" mb-[32px] mt-[0px] h-[1px]" />

View File

@@ -68,7 +68,7 @@ export const SecretScanningSecretsDetectedTemplate = ({
</Text>
<Text className="text-[14px]">
Once you have taken action, be sure to update the finding status in the{" "}
<BaseButton href={url}>Infisical Dashboard</BaseButton>.
<BaseLink href={url}>Infisical Dashboard</BaseLink>.
</Text>
</Section>
<Section className="text-center">