This commit is contained in:
Frank
2025-10-14 23:38:21 -04:00
parent 0657f09139
commit 86ee36f562
3 changed files with 1 additions and 12 deletions

View File

@@ -15,10 +15,6 @@ export function A({ children, ...props }: AProps) {
return React.createElement("a", props, children)
}
export function B({ children, ...props }: AProps) {
return React.createElement("b", props, children)
}
export function Span({ children, ...props }: SpanProps) {
return React.createElement("span", props, children)
}

View File

@@ -61,14 +61,7 @@ export const InviteEmail = ({
<Button style={button} href={url}>
<Text style={buttonText}>
Join workspace
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<path
d="M6.5 12L17 12M13 16.5L17.5 12L13 7.5"
stroke="#FDFCFC"
strokeWidth="1.5"
strokeLinecap="square"
/>
</svg>
<Img width="24" height="24" src={`${assetsUrl}/arrow-right.png`} alt="Arrow right" />
</Text>
</Button>
</Section>

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B