File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
apps/web/components/single-button Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- import { Button as BaseButton } from "@react-email/components" ;
1
+ import { Button } from "@react-email/components" ;
2
2
import { Layout } from "../_components/layout" ;
3
3
4
4
export const component = (
5
- < BaseButton
5
+ < Button
6
6
href = "https://react.email"
7
7
style = { {
8
8
width : "100%" ,
@@ -16,7 +16,7 @@ export const component = (
16
16
} }
17
17
>
18
18
Get started
19
- </ BaseButton >
19
+ </ Button >
20
20
) ;
21
21
22
22
export default ( ) => {
Original file line number Diff line number Diff line change 1
- import { Button as BaseButton } from "@react-email/components" ;
1
+ import { Button } from "@react-email/components" ;
2
2
import { Layout } from "../_components/layout" ;
3
3
4
4
export const component = (
5
- < BaseButton
5
+ < Button
6
6
className = "box-border w-full rounded-[8px] bg-indigo-600 px-[12px] py-[12px] text-center font-semibold text-white"
7
7
href = "https://react.email"
8
8
>
9
9
Get started
10
- </ BaseButton >
10
+ </ Button >
11
11
) ;
12
12
13
13
export default ( ) => {
You can’t perform that action at this time.
0 commit comments