Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
fix: rewrite ghost house location (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayathy authored Oct 22, 2024
1 parent 7105c30 commit e9c1027
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function GhostHouseSection(): ReactNode {
<div className={styles.smallCard}>
<MapIcon className={styles.icon} />
<h3 className={styles.cardTitle}>開催場所</h3>
<p className={styles.cardText}>第二合併講義室</p>
<p className={styles.cardText}>I科棟1階(3E、3C)待合室4E</p>
</div>
<div className={styles.formCard}>
<FormIcon className={styles.icon} />
Expand Down

0 comments on commit e9c1027

Please sign in to comment.