This commit is contained in:
Violet Caulfield
2025-01-17 06:13:51 -06:00
parent 7af5b64a4b
commit 85f8a517ce

View File

@@ -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"