Skip to content

Commit 1b8dc80

Browse files
yn1323claude
andcommitted
fix: Chakra v3のIcon asプロパティをchildren方式に修正
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 18bec12 commit 1b8dc80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/_unregistered/shifts.view.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ function ShiftViewRoute() {
9090
<StaffLayout shopName="シフト閲覧">
9191
<Flex flex={1} align="center" justify="center" px={8}>
9292
<VStack gap={4}>
93-
<Icon as={LuTriangleAlert} boxSize={12} color="orange.500" />
93+
<Icon boxSize={12} color="orange.500">
94+
<LuTriangleAlert />
95+
</Icon>
9496
<Text fontSize="lg" fontWeight="semibold" textAlign="center">
9597
アクセス制限中
9698
</Text>

0 commit comments

Comments
 (0)