File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import Header from "+/images/headers/join.jpg";
44import GlobalLayout from " +/layouts/GlobalLayout.astro" ;
55import StaticDocumentWrapper from " +/layouts/StaticDocumentWrapper.astro" ;
66import { Focus } from " +/schema" ;
7+ import { Icon } from " astro-icon/components" ;
78---
89
910<GlobalLayout
@@ -19,11 +20,10 @@ import { Focus } from "+/schema";
1920 >
2021 <p
2122 role =" alert"
22- class =" alert not-prose alert-vertical border-info sm:alert-horizontal flex border-2"
23+ class =" alert not-prose alert-vertical border-info sm:alert-horizontal border-2 sm:flex-row "
2324 >
24- <span class =" flex-grow" >
25- 3/30 (日) 20:00~ オンライン新歓説明会を実施します
26- </span >
25+ <Icon name =" feather:info" />
26+ <span > 3/30 (日) 20:00~ オンライン新歓説明会を実施します </span >
2727 <a class =" link" href =" /welcome-events" > 詳細 </a >
2828 <a
2929 class =" link link-primary"
You can’t perform that action at this time.
0 commit comments