From ee8539a9351374a719c9026f85d85e7b4ea6e8f5 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 25 Sep 2021 16:11:31 +0200 Subject: chore: move tweaks to separate subfolder --- components/InfoTooltip.tsx | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 components/InfoTooltip.tsx (limited to 'components/InfoTooltip.tsx') diff --git a/components/InfoTooltip.tsx b/components/InfoTooltip.tsx deleted file mode 100644 index 02c2fad..0000000 --- a/components/InfoTooltip.tsx +++ /dev/null @@ -1,17 +0,0 @@ -import { InfoOutlineIcon } from '@chakra-ui/icons' -import { Box, Tooltip } from '@chakra-ui/react' -import React from 'react' - -export interface InfoTooltipProps { - infoText?: string | boolean -} -export const InfoTooltip = (props: InfoTooltipProps) => { - const { infoText } = props - return ( - - - - - - ) -} -- cgit v1.2.3