From 2002a6a55b93ce7106f263f31557bae25e89aab2 Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 10 May 2024 21:57:43 +0200 Subject: [PATCH] fix: issue --- .github/github-action/contributors.js | 1 - docs/src/components/github/SponsorUser.svelte | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/github-action/contributors.js b/.github/github-action/contributors.js index 521deb3..98f2cfd 100644 --- a/.github/github-action/contributors.js +++ b/.github/github-action/contributors.js @@ -1,5 +1,4 @@ const contributors = [ - 'tomalaforge', 'alcaidio', 'svenson95', 'jdegand', diff --git a/docs/src/components/github/SponsorUser.svelte b/docs/src/components/github/SponsorUser.svelte index 0b5e7c6..f82b5e8 100644 --- a/docs/src/components/github/SponsorUser.svelte +++ b/docs/src/components/github/SponsorUser.svelte @@ -13,7 +13,7 @@ {#each sponsors as { username, avatar }} - + + .link-avatar { + text-decoration: auto; + } + .avatar { border-radius: 50%; width: 30px;