fix: issue

This commit is contained in:
thomas
2024-05-10 21:57:43 +02:00
parent 80739a6cca
commit 2002a6a55b
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
const contributors = [
'tomalaforge',
'alcaidio',
'svenson95',
'jdegand',

View File

@@ -13,7 +13,7 @@
</script>
{#each sponsors as { username, avatar }}
<a href={`https://github.com/${username}`}>
<a href={`https://github.com/${username}`} class="link-avatar">
<img
loading="lazy"
src={avatar}
@@ -26,6 +26,10 @@
{/each}
<style>
.link-avatar {
text-decoration: auto;
}
.avatar {
border-radius: 50%;
width: 30px;