Skip to content

Commit

Permalink
fix: logo twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentLvr authored Dec 12, 2023
1 parent 364ced5 commit 237a087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naas_drivers/tools/emailbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 237a087

Please sign in to comment.