From 2dae99a9948486c23e33d045f6482f1b173fa644 Mon Sep 17 00:00:00 2001 From: LazuliKao Date: Tue, 24 Sep 2024 22:06:12 +0800 Subject: [PATCH] fix logo --- src/pages/freshman/join.astro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/freshman/join.astro b/src/pages/freshman/join.astro index d77e2df..d70b6a1 100644 --- a/src/pages/freshman/join.astro +++ b/src/pages/freshman/join.astro @@ -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"; ---
- +