mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53: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 = [
|
const contributors = [
|
||||||
'tomalaforge',
|
|
||||||
'alcaidio',
|
'alcaidio',
|
||||||
'svenson95',
|
'svenson95',
|
||||||
'jdegand',
|
'jdegand',
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user