Skip to content

Commit 57fc7bf

Browse files
committed
iterate
1 parent ef1f77f commit 57fc7bf

Some content is hidden

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

52 files changed

+58
-58
lines changed

src/Toolkit/kits/shadcn/Alert/examples/Default.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
<twig:Alert:Description>
55
You can add components to your app using the cli.
66
</twig:Alert:Description>
7-
</twig:Alert>
7+
</twig:Alert>

src/Toolkit/kits/shadcn/Alert/examples/Destructive.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
<twig:Alert:Description>
55
Your session has expired. Please log in again.
66
</twig:Alert:Description>
7-
</twig:Alert>
7+
</twig:Alert>

src/Toolkit/kits/shadcn/Avatar/examples/Group.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
<twig:Avatar>
99
<twig:Avatar:Text class="bg-red-500 text-red-50">FP</twig:Avatar:Text>
1010
</twig:Avatar>
11-
</div>
11+
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<twig:Avatar>
22
<twig:Avatar:Image src="https://github.com/symfony.png" alt="@symfony" />
3-
</twig:Avatar>
3+
</twig:Avatar>

src/Toolkit/kits/shadcn/Avatar/examples/With Text.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
<twig:Avatar>
66
<twig:Avatar:Text class="bg-red-500 text-red-50">FP</twig:Avatar:Text>
77
</twig:Avatar>
8-
</div>
8+
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<twig:Badge>Badge</twig:Badge>
1+
<twig:Badge>Badge</twig:Badge>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<twig:Badge variant="destructive">
22
Badge
3-
</twig:Badge>
3+
</twig:Badge>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<twig:Badge variant="outline">
22
Badge
3-
</twig:Badge>
3+
</twig:Badge>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<twig:Badge variant="secondary">
22
Badge
3-
</twig:Badge>
3+
</twig:Badge>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<twig:Badge>
22
<twig:ux:icon name="lucide:check" class="mr-1 h-3 w-3" />
33
Verified
4-
</twig:Badge>
4+
</twig:Badge>

0 commit comments

Comments
 (0)