diff --git a/package.json b/package.json index 5aafa269..0366250f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlanding", - "version": "2.3.23", + "version": "2.3.24", "description": "A module that generates a landing page for your projects", "repository": { "type": "git", diff --git a/src/GlSlider.tsx b/src/GlSlider.tsx index 0f5526d8..5d496814 100644 --- a/src/GlSlider.tsx +++ b/src/GlSlider.tsx @@ -3,7 +3,7 @@ import type { ReactNode } from "react"; import useEmblaCarousel from "embla-carousel-react"; import { tss } from "./tss"; import ArrowForwardIos from "@mui/icons-material/ArrowForwardIos"; -import ArrowBackIosNewIcon from '@mui/icons-material/ArrowBackIosNew'; +import ArrowBackIosNewIcon from "@mui/icons-material/ArrowBackIosNew"; import { Text } from "onyxia-ui/Text"; import { Icon } from "onyxia-ui/Icon"; import { useCallbackFactory } from "powerhooks/useCallbackFactory";