From c75e5391e958c85790a0341bcb54fd95dc7f1aa8 Mon Sep 17 00:00:00 2001 From: Joao Pedro Date: Fri, 14 May 2021 00:13:24 -0300 Subject: [PATCH] fix(front): reduce text on buttons to avoid overflow --- packages/front/src/components/IvaoButton/index.tsx | 2 +- packages/front/src/components/SimBriefButton/index.tsx | 2 +- packages/front/src/components/SkyVectorButton/index.tsx | 2 +- packages/front/src/components/VatsimButton/index.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/front/src/components/IvaoButton/index.tsx b/packages/front/src/components/IvaoButton/index.tsx index 86d1acd8..cf24917f 100644 --- a/packages/front/src/components/IvaoButton/index.tsx +++ b/packages/front/src/components/IvaoButton/index.tsx @@ -69,7 +69,7 @@ const IvaoButton: FC = ({ flight }) => { variant="primary" onClick={() => ref.current.submit()} > - File IVAO FP + IVAO FP ) diff --git a/packages/front/src/components/SimBriefButton/index.tsx b/packages/front/src/components/SimBriefButton/index.tsx index 5d6c94a6..2bcd1a29 100644 --- a/packages/front/src/components/SimBriefButton/index.tsx +++ b/packages/front/src/components/SimBriefButton/index.tsx @@ -28,7 +28,7 @@ const VatsimButton: FC = ({ flight }) => { return ( ) } diff --git a/packages/front/src/components/SkyVectorButton/index.tsx b/packages/front/src/components/SkyVectorButton/index.tsx index 5c62effd..dbe58220 100644 --- a/packages/front/src/components/SkyVectorButton/index.tsx +++ b/packages/front/src/components/SkyVectorButton/index.tsx @@ -11,7 +11,7 @@ const SkyVectorButton: FC = ({ flight }) => { return ( ) } diff --git a/packages/front/src/components/VatsimButton/index.tsx b/packages/front/src/components/VatsimButton/index.tsx index c711c87f..cec86962 100644 --- a/packages/front/src/components/VatsimButton/index.tsx +++ b/packages/front/src/components/VatsimButton/index.tsx @@ -19,7 +19,7 @@ const VatsimButton: FC = ({ flight }) => { return ( ) }