Skip to content

Commit

Permalink
three ranks, for variety
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahhh committed Dec 15, 2024
1 parent a1f7929 commit 018f4b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui_examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export const examples = assertExtends<Record<string, UIState>>()({
cardsBlank: {
initialValue: {
type: "workspace",
contents: [["K", "Q", "J", "A"], ["♠", "♣", "♦", "♥"], []],
contents: [["K", "Q", "J"], ["♠", "♣", "♦", "♥"], []],
},
initialFlowchartId: "♌︎",
defs: {
Expand All @@ -400,7 +400,7 @@ export const examples = assertExtends<Record<string, UIState>>()({
initialValue: {
type: "workspace",
contents: [
["K", "Q", "J", "A"],
["K", "Q", "J"],
["♠", "♣", "♦", "♥"],
],
},
Expand Down Expand Up @@ -461,7 +461,7 @@ export const examples = assertExtends<Record<string, UIState>>()({
initialValue: {
type: "workspace",
contents: [
["K", "Q", "J", "A"],
["K", "Q", "J"],
["♠", "♣", "♦", "♥"],
],
},
Expand Down Expand Up @@ -521,7 +521,7 @@ export const examples = assertExtends<Record<string, UIState>>()({
initialValue: {
type: "workspace",
contents: [
["K", "Q", "J", "A"],
["K", "Q", "J"],
["♠", "♣", "♦", "♥"],
],
},
Expand Down

0 comments on commit 018f4b0

Please sign in to comment.