Skip to content

Commit

Permalink
feat: KIWIIIIIIIIIII
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Apr 28, 2024
1 parent 7182771 commit ba15f01
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions webapp/src/pages/Statistics.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,13 @@ import {
Table,
Tbody,
Text,
Td,
Th,
Thead,
Tr,
CircularProgress,
AccordionItem,
Accordion,
AccordionButton,
AccordionIcon,
AccordionPanel,
Flex,
List, ListItem, ListIcon, UnorderedList
Flex, ListItem, ListIcon, UnorderedList
} from "@chakra-ui/react";
import React, {useEffect, useState} from "react";
import { useTranslation } from "react-i18next";
Expand Down Expand Up @@ -71,7 +66,7 @@ export default function Statistics() {
<Flex justifyContent="space-between">
<Text fontSize='l' fontWeight='extrabold' color={"pigment_green.400"} >{counter + 1}</Text>
<Text fontSize='l'>{element.user.username} </Text>
<Text fontSize='l' fontWeight='extrabold' color={"pigment_green.400"}>{element.points}</Text>
<Text fontSize='l' fontWeight='extrabold' color={"pigment_green.400"}>{element.points} 🥝 </Text>
</Flex>
</Box>
<AccordionIcon />
Expand Down

0 comments on commit ba15f01

Please sign in to comment.