Skip to content

Commit

Permalink
fix: default logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias committed Apr 10, 2024
1 parent f76698d commit dd0e499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/repo-details/repo-details.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[src]="data.logo"
alt="{{ data.repo.full_name }}"
class="mr-3 logo-small logo"
(error)="this.data.logo = 'https://avatars0.githubusercontent.com/u/20147732?v=4'"
(error)="this.data.logo = 'https://avatars.githubusercontent.com/u/25122687?s=200&v=4'"
/>
<div class="media-body">
<h2 class="mt-0 mb-0">{{ data.repo.name }}</h2>
Expand Down

0 comments on commit dd0e499

Please sign in to comment.