From 8437f88df37ec56cba049a06365fc9675f066cef Mon Sep 17 00:00:00 2001 From: CorrectRoad Date: Wed, 7 Aug 2024 16:15:13 +0800 Subject: [PATCH] fix: fix default ysk card position wrong (#45) --- utils/fixtures.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/fixtures.go b/utils/fixtures.go index f1cf366..4d480ef 100644 --- a/utils/fixtures.go +++ b/utils/fixtures.go @@ -34,7 +34,7 @@ var ( BodyList: nil, FooterActions: []ysk.YSKCardFooterAction{ { - Side: "Right", + Side: ysk.ActionPositionLeft, Style: "primary", Text: "Learn more", MessageBus: ysk.YSKCardMessageBusAction{ @@ -61,7 +61,7 @@ var ( BodyList: nil, FooterActions: []ysk.YSKCardFooterAction{ { - Side: "Right", + Side: ysk.ActionPositionLeft, Style: "primary", Text: "Learn more", MessageBus: ysk.YSKCardMessageBusAction{ @@ -88,7 +88,7 @@ var ( BodyList: nil, FooterActions: []ysk.YSKCardFooterAction{ { - Side: "Right", + Side: ysk.ActionPositionLeft, Style: "primary", Text: "Learn more", MessageBus: ysk.YSKCardMessageBusAction{ @@ -121,7 +121,7 @@ var ( }, FooterActions: []ysk.YSKCardFooterAction{ { - Side: "Right", + Side: ysk.ActionPositionLeft, Style: "primary", Text: "更新所有", MessageBus: ysk.YSKCardMessageBusAction{