Skip to content

Commit 1f06a0a

Browse files
authored
update discord widget color
1 parent 9542ffc commit 1f06a0a

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

src/components/SocialLinks.astro

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
2-
// Discord User Widget by vendicated (https://vendicated.dev/)
2+
// Discord User Widget by vendicated (https://widgets.vendicated.dev/)
33
---
44

5-
<iframe class="discord-embed"
6-
style="margin-left: 1em;"
7-
title="Discord user embed"
8-
width="340"
9-
height="120"
10-
sandbox="allow-scripts"
11-
frameborder="0"
12-
src="https://widgets.vendicated.dev/user?id=568589231954591749&theme=dark&banner=true&full-banner=false&rounded-corners=true&discord-icon=true&badges=false&guess-nitro=true&background-color=%23000000&foreground-color=%23fff" />
5+
<iframe
6+
title="Discord user embed"
7+
width="340"
8+
height=120
9+
frameborder="0"
10+
src="https://widgets.vendicated.dev/user?id=568589231954591749&theme=dark&banner=true&full-banner=false&rounded-corners=false&discord-icon=true&badges=false&guess-nitro=false&background-color=%231b1b28&foreground-color=%23ffffff" />
1311

1412
<ul class="stylish-list">
1513
<li>

0 commit comments

Comments
 (0)