fix(dashboard): update home page text
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Box } from '@chakra-ui/react';
|
||||
import { Box, Flex } from '@chakra-ui/react';
|
||||
import React from 'react';
|
||||
|
||||
export default function Environment() {
|
||||
|
@@ -1,11 +1,18 @@
|
||||
import { Box } from '@chakra-ui/react';
|
||||
import { Text } from '@chakra-ui/react';
|
||||
import React from 'react';
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<Box>
|
||||
Hi there 👋 <br />
|
||||
Welcome to Authorizer administrative dashboard!
|
||||
</Box>
|
||||
<>
|
||||
<Text fontSize="2xl" fontWeight="bold">
|
||||
Hi there 👋 <br />
|
||||
</Text>
|
||||
|
||||
<Text fontSize="xl" color="gray.700">
|
||||
Welcome to Authorizer Administrative Dashboard! <br />
|
||||
Please use this dashboard to configure your environment variables or
|
||||
have look at your users
|
||||
</Text>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user