development_logos #1

Open
ehab wants to merge 197 commits from ourworld_web/www_projectmycelium_com:development_logos into main
Showing only changes of commit 3ea9e77a7b - Show all commits

View File

@@ -59,10 +59,7 @@ export const Carousel = ({ items, initialScroll = 0 }: CarouselProps) => {
};
const isMobile = () => {
return window && window.innerWidth < 768;
};
return (
<div className="relative w-full">
<div