mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 12:52:26 +00:00
Merge pull request #470 from fastapiadmin/dev
docs: fix logo image relative path
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="frontend/web/public/logo.svg" width="150" height="150" alt="logo" />
|
<img src="./frontend/web/public/logo.svg" width="150" height="150" alt="logo" />
|
||||||
</p>
|
</p>
|
||||||
<h1>FastApiAdmin <sup style="background-color: #28a745; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.4em; vertical-align: super; margin-left: 5px;">v3.0.0</sup></h1>
|
<h1>FastApiAdmin <sup style="background-color: #28a745; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.4em; vertical-align: super; margin-left: 5px;">v3.0.0</sup></h1>
|
||||||
<h3>🚀 追求极致代码质量,五分钟搭建企业级中后台,开箱即用</h3>
|
<h3>🚀 追求极致代码质量,五分钟搭建企业级中后台,开箱即用</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user