Fixes broken logo in README (#297)
Points the logo's (dark and light mode) to the docs repo instead of the published docs website (where they cannot be found). Co-authored-by: Aria <aria.minaei@gmail.com>
This commit is contained in:
parent
87acdbe9ea
commit
629cbd9653
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<h1 align="center">
|
||||
<a href="https://github.com/theatre-js/theatre#gh-dark-mode-only"><img src="https://docs.theatrejs.com/public/theatrejs-logo-white.svg" alt="Theatre.js" width="200"></a><a href="https://github.com/theatre-js/theatre#gh-light-mode-only"><img src="https://docs.theatrejs.com/public/theatrejs-logo-black.svg" alt="Theatre.js" width="200"></a>
|
||||
<a href="https://github.com/theatre-js/theatre#gh-dark-mode-only"><img src="https://raw.githubusercontent.com/theatre-js/theatre-docs/main/docs/.vuepress/public/public/theatrejs-logo-white.svg" alt="Theatre.js" width="200"></a><a href="https://github.com/theatre-js/theatre#gh-light-mode-only"><img src="https://raw.githubusercontent.com/theatre-js/theatre-docs/main/docs/.vuepress/public/public/theatrejs-logo-black.svg" alt="Theatre.js" width="200"></a>
|
||||
</h1>
|
||||
<p align="center">Motion Design, for the web</p>
|
||||
<p align="center">
|
||||
|
|
Loading…
Reference in a new issue