Skip to content

Commit

Permalink
fix(docs): logo not show up (#13699)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzn0x committed Nov 24, 2021
1 parent f5680f5 commit 74c3a07
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/index.md
@@ -1,9 +1,11 @@
<div>
<div class="center logo">
![logo](manual/asset/logo-small.png)
</div>
<div class="center sequelize">Sequelize</div>
</div>
<p align="center">
<img src="https://github.com/sequelize/sequelize/blob/main/docs/images/logo.png" />
</p>

<p align="center">
Sequelize
</p>


[![npm version](https://badgen.net/npm/v/sequelize)](https://www.npmjs.com/package/sequelize)
[![Build Status](https://github.com/sequelize/sequelize/workflows/CI/badge.svg)](https://github.com/sequelize/sequelize/actions?query=workflow%3ACI)
Expand Down

0 comments on commit 74c3a07

Please sign in to comment.