Skip to content

Commit

Permalink
fix: fix default ysk card position wrong (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH authored Aug 7, 2024
1 parent ef4e75f commit 8437f88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var (
BodyList: nil,
FooterActions: []ysk.YSKCardFooterAction{
{
Side: "Right",
Side: ysk.ActionPositionLeft,
Style: "primary",
Text: "Learn more",
MessageBus: ysk.YSKCardMessageBusAction{
Expand All @@ -61,7 +61,7 @@ var (
BodyList: nil,
FooterActions: []ysk.YSKCardFooterAction{
{
Side: "Right",
Side: ysk.ActionPositionLeft,
Style: "primary",
Text: "Learn more",
MessageBus: ysk.YSKCardMessageBusAction{
Expand All @@ -88,7 +88,7 @@ var (
BodyList: nil,
FooterActions: []ysk.YSKCardFooterAction{
{
Side: "Right",
Side: ysk.ActionPositionLeft,
Style: "primary",
Text: "Learn more",
MessageBus: ysk.YSKCardMessageBusAction{
Expand Down Expand Up @@ -121,7 +121,7 @@ var (
},
FooterActions: []ysk.YSKCardFooterAction{
{
Side: "Right",
Side: ysk.ActionPositionLeft,
Style: "primary",
Text: "更新所有",
MessageBus: ysk.YSKCardMessageBusAction{
Expand Down

0 comments on commit 8437f88

Please sign in to comment.