Skip to content

Commit

Permalink
🖼️picture: change carousel images (#1146)
Browse files Browse the repository at this point in the history
* 🖼️picture: change carousel images

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
Marukome0743 and autofix-ci[bot] authored Dec 3, 2024
1 parent b8171b5 commit a68e760
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ export function TopCarousel(): JSX.Element {
export function IndicatorCarousel(): JSX.Element {
const programmingPictures: Picture[] = [
{
alt: "はんだ確認中…",
src: "/image/hiroshima/202311/eda_island/check_solder.avif",
alt: "お父さんとはんだ確認中…",
src: "/image/kanto/202410/kurkku_fields/pointing_ichigodake.avif",
},
{
alt: "はじめてのはんだづけにどきどき",
Expand All @@ -171,7 +171,7 @@ export function IndicatorCarousel(): JSX.Element {
},
{
alt: "ロボット作りに挑戦!",
src: "/image/hiroshima/202311/eda_island/using_nipper.avif",
src: "/image/kanto/202410/kurkku_fields/assemble_insect.avif",
},
] as const
const eventPictures: Picture[] = [
Expand All @@ -184,12 +184,12 @@ export function IndicatorCarousel(): JSX.Element {
src: "/image/hiroshima/202407/hiroshima_university/checking_course.avif",
},
{
alt: "広島大学で昆虫採集!",
src: "/image/hiroshima/202407/hiroshima_university/insect_netting_boy.avif",
alt: "クルックフィールズで芋掘り体験!",
src: "/image/kanto/202410/kurkku_fields/digging_potato.avif",
},
{
alt: "手作りのオリーブオイル、最初はまだ赤い!",
src: "/image/hiroshima/202311/eda_island/olive_pouring.avif",
alt: "力を合わせて、レイのブログに挑戦だ!",
src: "/image/kanto/202410/openup/watch_phone.avif",
},
{
alt: "ブーケを持って入場!",
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit a68e760

Please sign in to comment.