1
0

Update Element logo to be an absolute URL, so it will render on PyPI (#19368)

This commit is contained in:
Andrew Morgan
2026-01-13 07:03:34 -05:00
committed by GitHub
parent 6e80f2c43a
commit daa4398818
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
.. image:: ./docs/element_logo_white_bg.svg
.. image:: https://github.com/element-hq/synapse/raw/develop/docs/element_logo_white_bg.svg
:height: 60px
**Element Synapse - Matrix homeserver implementation**

1
changelog.d/19368.misc Normal file
View File

@@ -0,0 +1 @@
Update the Element logo in Synapse's README to be an absolute URL, allowing it to render on other sites (such as PyPI).