Add cap theorem video

This commit is contained in:
Kamran Ahmed
2021-10-05 08:05:24 +02:00
parent f1b6d13928
commit 374e8a04fd
4 changed files with 15 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ function TextualRoadmap(props: RoadmapProps) {
);
}
function NewBanner() {
export function NewBanner() {
return (
<Text _hover={{ textDecoration: 'none', color: 'blue.700', '& .new-badge': { bg: 'blue.700' } }}
as={Link}