Merge pull request #2883 from thelounge/xpaw/sanitize-logo
Sanitize logo url in readme
This commit is contained in:
commit
7c96e1ff03
@ -2,7 +2,7 @@
|
|||||||
<img
|
<img
|
||||||
width="300"
|
width="300"
|
||||||
alt="The Lounge"
|
alt="The Lounge"
|
||||||
src="client/img/logo-vertical-transparent-bg.svg">
|
src="https://raw.githubusercontent.com/thelounge/thelounge/master/client/img/logo-vertical-transparent-bg.svg?sanitize=true">
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
|
Loading…
Reference in New Issue
Block a user