We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bf59c commit 06f2eb5Copy full SHA for 06f2eb5
src/pages/sign-in/index.js
@@ -305,11 +305,10 @@ const Page = () => {
305
>
306
Authentication sponsored by
307
<Box
308
- component="span"
309
- sx={{
310
- color: '#15B79E',
311
- borderBottom: '2px solid #15B79E'
312
- }}
+ component="a"
+ href="https://zalter.com?ref=devias-mk-react"
+ sx={{ color: '#15B79E' }}
+ target="_blank"
313
314
zalter.com
315
</Box>
0 commit comments