File tree Expand file tree Collapse file tree
src/components/index/activity Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import type { ImageMetadata } from 'astro'
33import Section from ' @/components/common/Section.astro'
44import LinkButton from ' @/components/common/button/LinkButton.astro'
55import ActivityCard from ' @/components/activity/ActivityCard.astro'
6- import welcomeImage from ' @/assets/welcome .webp'
6+ import welcomeImage from ' @/assets/welcom_lessons .webp'
77import exhibition1Image from ' @/assets/exhibition1.webp'
88import springDevImage from ' @/assets/spring_dev.webp'
99
@@ -19,7 +19,7 @@ const items: Item[] = [
1919 title: ' 4月 講習会' ,
2020 image: welcomeImage ,
2121 description:
22- ' プログラミングの基礎、機械学習、3Dモデリングなど様々なテーマで 、数カ月間にわたり講習会が開催されます。新歓イベントの一環として開催しており、どなたでも参加できます。※画像は2022年度のものです 。' ,
22+ ' プログラミングの基礎、機械学習、Web開発など様々なテーマで 、数カ月間にわたり講習会が開催されます。新歓イベントの一環として開催しており、どなたでも参加できます。' ,
2323 link: { href: ' /workshop/' , text: ' 講習会について詳しく' },
2424 },
2525 {
You can’t perform that action at this time.
0 commit comments