Skip to content

Commit f1defb2

Browse files
committed
Use repo avaratar URL
1 parent 0e11015 commit f1defb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NotificationList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function handleRepoClick() {
3535
>
3636
<img
3737
class="notification-title-icon"
38-
src="https://avatars.githubusercontent.com/u/47540799?s=40&v=4"
38+
:src="props.data.repoAvatarURL"
3939
alt="repo logo"
4040
>
4141
<span class="notification-title-text">

0 commit comments

Comments
 (0)