diff --git a/frontend/src/bundles/home/components/video-section/video-section.tsx b/frontend/src/bundles/home/components/video-section/video-section.tsx index 577e93e9d..661abbf5c 100644 --- a/frontend/src/bundles/home/components/video-section/video-section.tsx +++ b/frontend/src/bundles/home/components/video-section/video-section.tsx @@ -1,4 +1,4 @@ -import { Box, Heading, SimpleGrid } from '@chakra-ui/react'; +import { Box, Flex, Heading, SimpleGrid } from '@chakra-ui/react'; import { VideoCard } from '../video-card/video-card.js'; @@ -6,9 +6,25 @@ const VideoSection: React.FC = () => { return ( <> - - Videos - + + + Videos + + + 23 + +