Skip to content

Commit 06f2eb5

Browse files
author
Alexandru Comanescu
committed
Make zalter.com a link
1 parent 90bf59c commit 06f2eb5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/pages/sign-in/index.js

+4-5
Original file line numberDiff line numberDiff line change
@@ -305,11 +305,10 @@ const Page = () => {
305305
>
306306
Authentication sponsored by 
307307
<Box
308-
component="span"
309-
sx={{
310-
color: '#15B79E',
311-
borderBottom: '2px solid #15B79E'
312-
}}
308+
component="a"
309+
href="https://zalter.com?ref=devias-mk-react"
310+
sx={{ color: '#15B79E' }}
311+
target="_blank"
313312
>
314313
zalter.com
315314
</Box>

0 commit comments

Comments
 (0)