Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit f10dc6b

Browse files
committed
chore
1 parent 2208e87 commit f10dc6b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/app/src/systems/Core/components/DeprecatedAlert.tsx

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ import { Alert, Link } from '@fuel-ui/react';
22

33
export function DeprecatedAlert() {
44
return (
5-
<Alert status="warning">
5+
<Alert
6+
status="warning"
7+
css={{
8+
maxWidth: '80rem',
9+
margin: '0 auto',
10+
}}
11+
>
612
<Alert.Description>
713
This app is compatible only with the beta-4 network and Fuel Wallet
814
version 0.13.2. For newer versions access: &nbsp;

0 commit comments

Comments
 (0)