mirror of
https://github.com/danbulant/discord.js
synced 2026-06-18 22:21:17 +00:00
Fix logo on GitHub
This commit is contained in:
parent
74c3bae506
commit
218920e4f1
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div align="center">
|
||||
<br />
|
||||
<p>
|
||||
<a href="https://discord.js.org"><img src="./docs/logo.svg" width="546" alt="discord.js" /></a>
|
||||
<a href="https://discord.js.org"><img src="https://discord.js.org/static/logo.svg" width="546" alt="discord.js" /></a>
|
||||
</p>
|
||||
<br />
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<div align="center">
|
||||
<br />
|
||||
<p>
|
||||
<a href="https://discord.js.org"><img src="/static/logo.svg" width="546" alt="discord.js" /></a>
|
||||
<a href="https://discord.js.org"><img src="https://discord.js.org/static/logo.svg" width="546" alt="discord.js" /></a>
|
||||
</p>
|
||||
<br />
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue