mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
migration
This commit is contained in:
@@ -1,42 +1,16 @@
|
||||
import {
|
||||
Text,
|
||||
} from "@react-email/components";
|
||||
import { Text } from "@react-email/components";
|
||||
import * as React from "react";
|
||||
import EmailLayout from "./EmailLayout";
|
||||
import {Button} from "@react-email/button";
|
||||
|
||||
import { Button } from "@react-email/button";
|
||||
|
||||
export const TestEmailSettings = () => {
|
||||
return (
|
||||
<EmailLayout
|
||||
preview="Email Setup"
|
||||
>
|
||||
|
||||
<Text
|
||||
className="text-base font-light leading-8 text-green-800 "
|
||||
|
||||
>
|
||||
Hi, your email settings are setup !
|
||||
</Text>
|
||||
|
||||
|
||||
<Text
|
||||
className="text-base font-light leading-8 text-green-800 "
|
||||
|
||||
>
|
||||
Best regard,
|
||||
</Text> <Text
|
||||
className="text-base font-light leading-8 text-green-800 "
|
||||
|
||||
>
|
||||
Portabase
|
||||
</Text>
|
||||
|
||||
<EmailLayout preview="Email Setup">
|
||||
<Text className="text-base font-light leading-8 text-green-800 ">Hi, your email settings are setup !</Text>
|
||||
<Text className="text-base font-light leading-8 text-green-800 ">Best regard,</Text>{" "}
|
||||
<Text className="text-base font-light leading-8 text-green-800 ">Portabase</Text>
|
||||
</EmailLayout>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
export default TestEmailSettings;
|
||||
|
||||
Reference in New Issue
Block a user