File tree Expand file tree Collapse file tree 1 file changed +29
-40
lines changed
apps/demo/emails/magic-links Expand file tree Collapse file tree 1 file changed +29
-40
lines changed Original file line number Diff line number Diff line change @@ -62,44 +62,34 @@ export const SlackConfirmEmail = ({
62
62
alt = "Slack"
63
63
/>
64
64
</ Column >
65
- < Column >
66
- < Section >
67
- < Row >
68
- < Column >
69
- < Link href = "/" >
70
- < Img
71
- src = { `${ baseUrl } /static/slack-twitter.png` }
72
- width = "32"
73
- height = "32"
74
- alt = "Slack"
75
- style = { socialMediaIcon }
76
- />
77
- </ Link >
78
- </ Column >
79
- < Column >
80
- < Link href = "/" >
81
- < Img
82
- src = { `${ baseUrl } /static/slack-facebook.png` }
83
- width = "32"
84
- height = "32"
85
- alt = "Slack"
86
- style = { socialMediaIcon }
87
- />
88
- </ Link >
89
- </ Column >
90
- < Column >
91
- < Link href = "/" >
92
- < Img
93
- src = { `${ baseUrl } /static/slack-linkedin.png` }
94
- width = "32"
95
- height = "32"
96
- alt = "Slack"
97
- style = { socialMediaIcon }
98
- />
99
- </ Link >
100
- </ Column >
101
- </ Row >
102
- </ Section >
65
+ < Column align = "right" >
66
+ < Link href = "/" >
67
+ < Img
68
+ src = { `${ baseUrl } /static/slack-twitter.png` }
69
+ width = "32"
70
+ height = "32"
71
+ alt = "Slack"
72
+ style = { socialMediaIcon }
73
+ />
74
+ </ Link >
75
+ < Link href = "/" >
76
+ < Img
77
+ src = { `${ baseUrl } /static/slack-facebook.png` }
78
+ width = "32"
79
+ height = "32"
80
+ alt = "Slack"
81
+ style = { socialMediaIcon }
82
+ />
83
+ </ Link >
84
+ < Link href = "/" >
85
+ < Img
86
+ src = { `${ baseUrl } /static/slack-linkedin.png` }
87
+ width = "32"
88
+ height = "32"
89
+ alt = "Slack"
90
+ style = { socialMediaIcon }
91
+ />
92
+ </ Link >
103
93
</ Column >
104
94
</ Row >
105
95
</ Section >
@@ -177,12 +167,11 @@ const footerLogos = {
177
167
marginBottom : '32px' ,
178
168
paddingLeft : '8px' ,
179
169
paddingRight : '8px' ,
180
- display : 'block' ,
181
170
} ;
182
171
183
172
const socialMediaIcon = {
184
173
display : 'inline' ,
185
- marginLeft : '32px ' ,
174
+ marginLeft : '8px ' ,
186
175
} ;
187
176
188
177
const main = {
You can’t perform that action at this time.
0 commit comments