From 408920143cb5a6de85ffd9125e0e893f267c7677 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 6 Feb 2024 13:00:14 +0100 Subject: [PATCH] Update landing-hero-animation.tsx --- .../src/refine-theme/landing-hero-animation.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/documentation/src/refine-theme/landing-hero-animation.tsx b/documentation/src/refine-theme/landing-hero-animation.tsx index 1d15a716..7b8576ce 100644 --- a/documentation/src/refine-theme/landing-hero-animation.tsx +++ b/documentation/src/refine-theme/landing-hero-animation.tsx @@ -85,7 +85,7 @@ const uiItems: ItemType[] = [ "text-gray-1000 dark:text-gray-0", props.className, )} - style={{ marginLeft: '1.5em' }} + style={{ marginRight: '1.5em' }} /> ), color: "#007FFF", @@ -99,7 +99,7 @@ const uiItems: ItemType[] = [ "text-gray-1000 dark:text-gray-0", props.className, )} - style={{ marginLeft: '1.5em' }} + style={{ marginRight: '1.5em' }} /> ), color: "#148EFF", @@ -113,7 +113,7 @@ const uiItems: ItemType[] = [ "text-gray-1000 dark:text-gray-0", props.className, )} - style={{ marginLeft: '1.5em' }} + style={{ marginRight: '1.5em' }} /> ), color: "#29C6B7", @@ -175,7 +175,7 @@ const authItems: ItemType[] = [ "text-gray-1000 dark:text-gray-0", props.className, )} - style={{ marginLeft: '1.5em' }} + style={{ marginRight: '1.5em' }} /> ), color: "#EA4335", @@ -189,7 +189,7 @@ const authItems: ItemType[] = [ "text-gray-1000 dark:text-gray-0", props.className, )} - style={{ marginLeft: '1.5em' }} + style={{ marginRight: '1.5em' }} /> ), color: "#EB5424", @@ -206,7 +206,7 @@ const authItems: ItemType[] = [ "text-gray-1000 dark:text-gray-0", props.className, )} - style={{ marginLeft: '1.5em' }} + style={{ marginRight: '1.5em' }} /> ),