Skip to content

Commit 4347629

Browse files
committed
feature: thirdweb branding
1 parent 4b5374f commit 4347629

16 files changed

+178
-143
lines changed

docs/src/lib/components/Footer.svelte

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script>
22
import Flexbox from './base/Flexbox.svelte'
3-
import PoweredByBn from './svg/powered-by-blocknative.svg'
3+
import PoweredByTw from './svg/powered-by-thirdweb.svg'
44
55
import DiscordIcon from '~icons/ri/discord-fill'
66
import GitHubIcon from '~icons/ri/github-fill'
@@ -29,22 +29,22 @@
2929
<GitHubIcon width={iconSize} height={iconSize} />
3030
<span class="sr-only">Github</span>
3131
</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">
3333
<DiscordIcon width={iconSize} height={iconSize} />
3434
<span class="sr-only">Discord</span>
3535
</a>
36-
<a class="icon-link" href="//twitter.com/blocknative" target="_blank">
36+
<a class="icon-link" href="https://x.com/thirdweb" target="_blank">
3737
<TwitterIcon width={iconSize} height={iconSize} />
38-
<span class="sr-only">Twitter</span>
38+
<span class="sr-only">X (formerly Twitter)</span>
3939
</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">
4141
<YoutubeIcon width={iconSize} height={iconSize} />
4242
<span class="sr-only">Youtube</span>
4343
</a>
4444
</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>
4848
</a>
4949
</Flexbox>
5050
<div class="copyright-box">
@@ -55,13 +55,13 @@
5555
<div class="flex">
5656
<a
5757
target="_blank"
58-
href="https://www.blocknative.com/privacy-policy"
58+
href="https://thirdweb.com/privacy-policy"
5959
class="text-sm hover:text-white">Privacy Policy</a
6060
>
6161
<div class="w-px bg-gray-divider mx-2 h-4" />
6262
<a
6363
target="_blank"
64-
href="https://www.blocknative.com/terms-conditions"
64+
href="https://thirdweb.com/terms"
6565
class="text-sm hover:text-white">Terms of Service</a
6666
>
6767
</div>

docs/src/lib/components/svg/powered-by-blocknative.svg

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)