import {Flex, Link, Text} from '@chakra-ui/react' export const IncomingBuildBanner = (props: {onUpdateClick: () => void}) => { return ( Warning: The version you are working on is outdated, please{' '} update to the latest version! ) }