mirror of
https://github.com/danbulant/discord.js
synced 2026-06-18 14:11:09 +00:00
remove hard-coded domain in welcome logo
This commit is contained in:
parent
92d753abe4
commit
9796489cbf
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div align="center">
|
||||
<br />
|
||||
<p>
|
||||
<a href="https://discord.js.org"><img src="https://discord.js.org/static/logo.svg" width="546" alt="discord.js" id="djs-logo" /></a>
|
||||
<a href="https://discord.js.org"><img src="/static/logo.svg" width="546" alt="discord.js" id="djs-logo" /></a>
|
||||
</p>
|
||||
<br />
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue