mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +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 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="加入我们">
|
<BaseLayout title="加入我们">
|
||||||
<main>
|
<main>
|
||||||
<ReactChild client:load />
|
<ReactChild client:load />
|
||||||
<img src="_assets/nbtca.gif" />
|
<img src={logo.src} />
|
||||||
</main>
|
</main>
|
||||||
</BaseLayout>
|
</BaseLayout>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue