Skip to content

Commit

Permalink
removed some spacing and text
Browse files Browse the repository at this point in the history
  • Loading branch information
connected-znaim committed Oct 28, 2024
1 parent f7e5912 commit d372bc3
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function MainContentContainer(): JSX.Element {
padding={`${SPACING.spacing40} ${SPACING.spacing40} ${SPACING.spacing24}`}
flexDirection={DIRECTION_COLUMN}
gridGap={SPACING.spacing40}
height="80vh"
height="100vh"
width="100%"
>
<Flex
Expand All @@ -44,8 +44,6 @@ export function MainContentContainer(): JSX.Element {
flexGrow="1"
>
<Flex flexDirection={DIRECTION_COLUMN} gridGap={SPACING.spacing12}>
{/* Prompt Guide remain as a reference for users. */}
<LegacyStyledText>{t('opentronsai')}</LegacyStyledText>
<PromptGuide />
</Flex>
<ChatDataContainer>
Expand All @@ -70,6 +68,5 @@ export function MainContentContainer(): JSX.Element {

const ChatDataContainer = styled(Flex)`
flex-direction: ${DIRECTION_COLUMN};
grid-gap: ${SPACING.spacing40};
width: 100%;
`

0 comments on commit d372bc3

Please sign in to comment.