|
1 | 1 | <script>
|
2 | 2 | import Flexbox from './base/Flexbox.svelte'
|
3 |
| - import PoweredByBn from './svg/powered-by-blocknative.svg' |
| 3 | + import PoweredByTw from './svg/powered-by-thirdweb.svg' |
4 | 4 |
|
5 | 5 | import DiscordIcon from '~icons/ri/discord-fill'
|
6 | 6 | import GitHubIcon from '~icons/ri/github-fill'
|
|
29 | 29 | <GitHubIcon width={iconSize} height={iconSize} />
|
30 | 30 | <span class="sr-only">Github</span>
|
31 | 31 | </a>
|
32 |
| - <a class="icon-link" href="//discord.com/invite/KZaBVME" target="_blank"> |
| 32 | + <a class="icon-link" href="//discord.com/invite/thirdweb" target="_blank"> |
33 | 33 | <DiscordIcon width={iconSize} height={iconSize} />
|
34 | 34 | <span class="sr-only">Discord</span>
|
35 | 35 | </a>
|
36 |
| - <a class="icon-link" href="//twitter.com/blocknative" target="_blank"> |
| 36 | + <a class="icon-link" href="https://x.com/thirdweb" target="_blank"> |
37 | 37 | <TwitterIcon width={iconSize} height={iconSize} />
|
38 |
| - <span class="sr-only">Twitter</span> |
| 38 | + <span class="sr-only">X (formerly Twitter)</span> |
39 | 39 | </a>
|
40 |
| - <a class="icon-link" href="//www.youtube.com/c/Blocknative" target="_blank"> |
| 40 | + <a class="icon-link" href="//www.youtube.com/channel/UCdzMx7Zhy5va5End1-XJFbA" target="_blank"> |
41 | 41 | <YoutubeIcon width={iconSize} height={iconSize} />
|
42 | 42 | <span class="sr-only">Youtube</span>
|
43 | 43 | </a>
|
44 | 44 | </Flexbox>
|
45 |
| - <a href="//www.blocknative.com/" target="_blank"> |
46 |
| - <img src={PoweredByBn} alt="Powered by Blocknative" /> |
47 |
| - <span class="sr-only">Powered by Blocknative</span> |
| 45 | + <a href="//www.thirdweb.com/" target="_blank"> |
| 46 | + <img src={PoweredByTw} alt="Powered by thirdweb" /> |
| 47 | + <span class="sr-only">Powered by thirdweb</span> |
48 | 48 | </a>
|
49 | 49 | </Flexbox>
|
50 | 50 | <div class="copyright-box">
|
|
55 | 55 | <div class="flex">
|
56 | 56 | <a
|
57 | 57 | target="_blank"
|
58 |
| - href="https://www.blocknative.com/privacy-policy" |
| 58 | + href="https://thirdweb.com/privacy-policy" |
59 | 59 | class="text-sm hover:text-white">Privacy Policy</a
|
60 | 60 | >
|
61 | 61 | <div class="w-px bg-gray-divider mx-2 h-4" />
|
62 | 62 | <a
|
63 | 63 | target="_blank"
|
64 |
| - href="https://www.blocknative.com/terms-conditions" |
| 64 | + href="https://thirdweb.com/terms" |
65 | 65 | class="text-sm hover:text-white">Terms of Service</a
|
66 | 66 | >
|
67 | 67 | </div>
|
|
0 commit comments