Skip to content

Commit

Permalink
update discord widget color
Browse files Browse the repository at this point in the history
  • Loading branch information
retrozinndev authored Jul 14, 2024
1 parent 9542ffc commit 1f06a0a
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/components/SocialLinks.astro
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
---
// Discord User Widget by vendicated (https://vendicated.dev/)
// Discord User Widget by vendicated (https://widgets.vendicated.dev/)
---

<iframe class="discord-embed"
style="margin-left: 1em;"
title="Discord user embed"
width="340"
height="120"
sandbox="allow-scripts"
frameborder="0"
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" />
<iframe
title="Discord user embed"
width="340"
height=120
frameborder="0"
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" />

<ul class="stylish-list">
<li>
Expand Down

0 comments on commit 1f06a0a

Please sign in to comment.