mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
fix logo
This commit is contained in:
parent
5c8428ccfa
commit
2dae99a994
1 changed files with 3 additions and 2 deletions
|
|
@ -1,11 +1,12 @@
|
|||
---
|
||||
import BaseLayout from "../../layouts/BaseLayout.astro"
|
||||
import ReactChild from "./react/join.tsx";
|
||||
import ReactChild from "./react/join.tsx"
|
||||
import logo from "./_assets/nbtca.gif";
|
||||
---
|
||||
|
||||
<BaseLayout title="加入我们">
|
||||
<main>
|
||||
<ReactChild client:load />
|
||||
<img src="_assets/nbtca.gif" />
|
||||
<img src={logo.src} />
|
||||
</main>
|
||||
</BaseLayout>
|
||||
|
|
|
|||
Loading…
Reference in a new issue