We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18bec12 commit 1b8dc80Copy full SHA for 1b8dc80
src/routes/_unregistered/shifts.view.tsx
@@ -90,7 +90,9 @@ function ShiftViewRoute() {
90
<StaffLayout shopName="シフト閲覧">
91
<Flex flex={1} align="center" justify="center" px={8}>
92
<VStack gap={4}>
93
- <Icon as={LuTriangleAlert} boxSize={12} color="orange.500" />
+ <Icon boxSize={12} color="orange.500">
94
+ <LuTriangleAlert />
95
+ </Icon>
96
<Text fontSize="lg" fontWeight="semibold" textAlign="center">
97
アクセス制限中
98
</Text>
0 commit comments