From 20e5102777dcd41c49ce25c2a14904ef5a997f12 Mon Sep 17 00:00:00 2001 From: George Date: Wed, 4 Oct 2023 12:54:07 +0200 Subject: [PATCH] fix: artist about empty state alignment (#9372) fix: artist about empty state --- .../Artist/ArtistAbout/ArtistAboutEmpty.tsx | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/Components/Artist/ArtistAbout/ArtistAboutEmpty.tsx b/src/app/Components/Artist/ArtistAbout/ArtistAboutEmpty.tsx index 1df1862239e..863aa25ddc9 100644 --- a/src/app/Components/Artist/ArtistAbout/ArtistAboutEmpty.tsx +++ b/src/app/Components/Artist/ArtistAbout/ArtistAboutEmpty.tsx @@ -10,17 +10,18 @@ export const ArtistAboutEmpty: FC = (props) => { - Do you represent this artist?{" "} - { - navigate("https://partners.artsy.net") - }} - > - - Become a partner. - - + Do you represent this artist? + { + navigate("https://partners.artsy.net") + }} + style={{ alignSelf: "center" }} + > + + Become a partner. + + ) }