Skip to content

Commit

Permalink
Delete unused BulletNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks committed May 6, 2024
1 parent 727b594 commit 67db30e
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions packages/react-app/src/views/HomeView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,6 @@ import useCustomColorModes from "../hooks/useCustomColorModes";
import HeroLogo from "../components/icons/HeroLogo";
import HeroDiamond from "../components/icons/HeroDiamond";

const BulletNumber = ({ children, bgColor, primaryFontColor }) => (
<Box
display="flex"
justifyContent="center"
alignItems="center"
color={bgColor}
bgColor={primaryFontColor}
borderRadius="50%"
w="20px"
h="20px"
mb="5px"
fontSize="14px"
>
{children}
</Box>
);

export default function HomeView({ connectedBuilder, userProvider }) {
const { primaryFontColor, bgColor } = useCustomColorModes();
const cardBgColor = useColorModeValue("sre.cardBackground", "sreDark.cardBackground");
Expand Down

0 comments on commit 67db30e

Please sign in to comment.