From 237a08742cdec55f6d7280d78168b481b50c2c71 Mon Sep 17 00:00:00 2001 From: FlorentLvr <48032461+FlorentLvr@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:17:53 +0100 Subject: [PATCH] fix: logo twitter --- naas_drivers/tools/emailbuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naas_drivers/tools/emailbuilder.py b/naas_drivers/tools/emailbuilder.py index a59b9e82..dc283a91 100644 --- a/naas_drivers/tools/emailbuilder.py +++ b/naas_drivers/tools/emailbuilder.py @@ -109,7 +109,7 @@ GIT_IMG_BLACK = "https://icons.iconarchive.com/icons/icons8/windows-8/512/Programming-Github-icon.png" YT_IMG_BLACK = "https://icons.iconarchive.com/icons/icons8/windows-8/512/Social-Networks-Youtube-icon.png" LK_IMG_BLACK = "https://icons.iconarchive.com/icons/icons8/windows-8/512/Social-Networks-Linkedin-icon.png" -TW_IMG_BLACK = "https://github.com/jupyter-naas/awesome-notebooks/blob/master/.github/assets/logos/Twitter.jpeg" +TW_IMG_BLACK = "https://raw.githubusercontent.com/jupyter-naas/awesome-notebooks/master/.github/assets/logos/Twitter.jpeg" class Align(attributes.HtmlTagAttribute):