Skip to content

Commit

Permalink
fix paths to screenshorts docker-false no-release
Browse files Browse the repository at this point in the history
  • Loading branch information
caioricciuti committed Oct 14, 2024
1 parent c2ab0a9 commit 072adf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/CarouselScreenShots.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import {
CarouselItem,
CarouselNext,
CarouselPrevious,
} from "@/components/ui/carousel";
import { Card, CardContent } from "@/components/ui/card";
} from "../components/ui/carousel";
import { Card, CardContent } from "../components/ui/card";
import { useTheme } from "next-themes";

const screenshotPairs = [
Expand Down

0 comments on commit 072adf9

Please sign in to comment.