diff --git a/public/index.html b/public/index.html index 107f8aa..8786a2e 100644 --- a/public/index.html +++ b/public/index.html @@ -13,6 +13,6 @@ - + \ No newline at end of file diff --git a/public/main.7f2a4e7588eff96e37a6730867215635950a4dc8457db15814113c3c30337673.js b/public/main.c6cb62188f7b5dc001704b60fcb1a1b0b38510b5bed7b27311053c13fc63333d.js similarity index 99% rename from public/main.7f2a4e7588eff96e37a6730867215635950a4dc8457db15814113c3c30337673.js rename to public/main.c6cb62188f7b5dc001704b60fcb1a1b0b38510b5bed7b27311053c13fc63333d.js index 450d2c9..fee9b11 100644 --- a/public/main.7f2a4e7588eff96e37a6730867215635950a4dc8457db15814113c3c30337673.js +++ b/public/main.c6cb62188f7b5dc001704b60fcb1a1b0b38510b5bed7b27311053c13fc63333d.js @@ -54,7 +54,7 @@ return tweets; }; var toot_author = (toot) => toot.account.username; - var toot_profile_image = (toot) => toot.account.avatar_static; + var toot_profile_image = (toot) => replace_default_image(toot.account.avatar_static); var toot_text = (toot) => toot.content; var toot_time = (toot) => toot.created_at; var html_plainify = (html2) => { diff --git a/public/music/index.html b/public/music/index.html index ea99ca9..e426c14 100644 --- a/public/music/index.html +++ b/public/music/index.html @@ -13,6 +13,6 @@ - + \ No newline at end of file diff --git a/public/nounicorn.png b/public/nounicorn.png index 963e55a..fe10d15 100644 Binary files a/public/nounicorn.png and b/public/nounicorn.png differ