Email Footer component uses tailwind

This commit is contained in:
James Ritchie
2025-08-03 17:56:11 +01:00
parent 793ceeeeb2
commit e6376f67ab
@@ -1,14 +1,13 @@
import { Hr, Link, Text } from "@react-email/components";
import React from "react";
import { footer, footerAnchor, hr } from "./styles";
import { Hr, Link, Tailwind, Text } from "@react-email/components";
import { hr } from "./styles";
export function Footer() {
return (
<>
<Hr style={hr} />
<Text style={footer}>
<Text className="text-[12px] text-[#878C99]">
©Trigger.dev, 1111B S Governors Ave STE 6433, Dover, DE 19904 |{" "}
<Link style={footerAnchor} href="https://trigger.dev/">
<Link className="text-[#878C99] text-[12px] underline" href="https://trigger.dev/">
Trigger.dev
</Link>
</Text>