diff --git a/components/Artist/component.tsx b/components/Artist/component.tsx index d9488ecb..4e951aa5 100644 --- a/components/Artist/component.tsx +++ b/components/Artist/component.tsx @@ -55,7 +55,6 @@ export default function Artist(props: ArtistProps): React.JSX.Element { imageStyle={{ width: width, height: bannerHeight, - top: -(bannerHeight), alignSelf: "center", resizeMode: "cover", position: "relative"