Skip to content

Commit 831c4f7

Browse files
authored
Merge pull request #46 from Logging-Stuff/install-guide
fix: components target path
2 parents 7ce306d + 276d37d commit 831c4f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+124
-104
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424

2525
- name: Build and push to DockerHub
2626
run: |
27-
docker build -t devarifhossain/retroui:1.1.3 ./
28-
docker push devarifhossain/retroui:1.1.3
27+
docker build -t devarifhossain/retroui:1.1.4 ./
28+
docker push devarifhossain/retroui:1.1.4
2929
3030
# - name: Set up SSH
3131
# uses: webfactory/ssh-agent@v0.9.0

app/(sink)/demo/components/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
TabsTriggerList,
1818
} from "@/components/ui";
1919
import { Card } from "@/components/ui/Cards/Card";
20-
import { RadioGroup } from "@/components/ui/Form/Radio";
20+
import { RadioGroup } from "@/components/ui/Radio";
2121
import BadgeStyleVariants from "@/preview/components/badge-style-variants";
2222
import TestimonialCard from "@/preview/components/card-style-testimonial";
2323
import { CheckCircle } from "lucide-react";
File renamed without changes.

components/ui/Accordions/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

components/ui/Alerts/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

components/ui/Avatars/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

components/ui/Badges/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)