diff --git a/src/pages/ArtDescription.jsx b/src/pages/ArtDescription.jsx index e3426f5..045db9a 100644 --- a/src/pages/ArtDescription.jsx +++ b/src/pages/ArtDescription.jsx @@ -55,11 +55,13 @@ const ArtInfo = ({ artItem }) => ( Dimensions: {artItem.dimensions}

-
+

Location: - {artItem.location} - -

+ {artItem.location} + + + +

);