Fixed linting error
This commit is contained in:
parent
db7c106516
commit
dd3c870392
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export const Banner = () => (
|
||||||
>
|
>
|
||||||
<HStack spacing="3">
|
<HStack spacing="3">
|
||||||
<Text fontWeight="medium" marginEnd="2">
|
<Text fontWeight="medium" marginEnd="2">
|
||||||
Cath's dashboard is still in testing phase. It is not stated to release soon.
|
Cath's dashboard is still in testing phase. It is not stated to release soon.
|
||||||
</Text>
|
</Text>
|
||||||
</HStack>
|
</HStack>
|
||||||
<BannerLink w={{ base: 'full', sm: 'auto' }} flexShrink={0}>
|
<BannerLink w={{ base: 'full', sm: 'auto' }} flexShrink={0}>
|
||||||
|
|
Loading…
Reference in a new issue