From 4210b32cb59c8448337d87fca1d7cf590926e6e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=A0s?= Date: Mon, 29 Aug 2022 20:30:19 +0200 Subject: [PATCH] Adapt responsive --- src/components/Content.tsx | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/src/components/Content.tsx b/src/components/Content.tsx index 6231537..b3931d1 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -1,6 +1,6 @@ import React, {useState} from 'react'; -import {Flex, Input, Text} from '@chakra-ui/react'; -import {ArrowDownIcon} from '@chakra-ui/icons'; +import {Flex, Input} from '@chakra-ui/react'; +import {ArrowDownIcon, ArrowForwardIcon} from '@chakra-ui/icons'; export default function Content() { // States @@ -33,10 +33,24 @@ export default function Content() { // Render return ( - - - - {output} + + + + + + + ); } \ No newline at end of file