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 = [ const contributors = [
'tomalaforge',
'alcaidio', 'alcaidio',
'svenson95', 'svenson95',
'jdegand', 'jdegand',

View File

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