feat: new ui
This commit is contained in:
@@ -15,7 +15,7 @@ const Home = () => {
|
||||
}, [inviterId]);
|
||||
|
||||
return (
|
||||
<>
|
||||
<Box p={[5, 10]}>
|
||||
<Card p={5} lineHeight={2}>
|
||||
<Markdown source={data} isChatting={false} />
|
||||
</Card>
|
||||
@@ -28,7 +28,7 @@ const Home = () => {
|
||||
</Box>
|
||||
<Box>Made by FastGpt Team.</Box>
|
||||
</Card>
|
||||
</>
|
||||
</Box>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user