mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
fix: issue
This commit is contained in:
1
.github/github-action/contributors.js
vendored
1
.github/github-action/contributors.js
vendored
@@ -1,5 +1,4 @@
|
||||
const contributors = [
|
||||
'tomalaforge',
|
||||
'alcaidio',
|
||||
'svenson95',
|
||||
'jdegand',
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user