Frank 5 ay önce
ebeveyn
işleme
86ee36f562

+ 0 - 4
packages/console/mail/emails/components.tsx

@@ -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)
 }

+ 1 - 8
packages/console/mail/emails/templates/InviteEmail.tsx

@@ -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>

BIN
packages/console/mail/emails/templates/static/right-arrow.png