Skip to content

Commit

Permalink
[FIX/WIDGET] Add todo to avatars (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGauthier authored Mar 1, 2023
1 parent d9f97bb commit bebda93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/widget/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ async function init() {
if (stats.keys.length !== 0 && widgetElement) {
widgetElement.innerHTML = template({
count: stats.keys.length,
// @todo use real avatars
avatars: [
"https://i.pravatar.cc/20?1",
"https://i.pravatar.cc/20?2",
Expand Down

0 comments on commit bebda93

Please sign in to comment.