diff --git a/src/containers/ListingPage/ListingPage.css b/src/containers/ListingPage/ListingPage.css index 3e386880..7f05abdc 100644 --- a/src/containers/ListingPage/ListingPage.css +++ b/src/containers/ListingPage/ListingPage.css @@ -318,6 +318,10 @@ } } +.authorNameLink { + color: var(--matterColor); +} + .descriptionContainer { padding: 0 24px; margin-bottom: 35px; diff --git a/src/containers/ListingPage/ListingPage.js b/src/containers/ListingPage/ListingPage.js index 1a2c9557..bf73435b 100644 --- a/src/containers/ListingPage/ListingPage.js +++ b/src/containers/ListingPage/ListingPage.js @@ -364,6 +364,17 @@ export class ListingPageComponent extends Component { { title, price: formattedPrice, siteTitle } ); + const hostLink = ( + + {currentAuthorDisplayName} + + ); + return (
- - + + + + + +
@@ -434,12 +457,7 @@ export class ListingPageComponent extends Component {

{title}

- - - +
diff --git a/src/containers/ListingPage/__snapshots__/ListingPage.test.js.snap b/src/containers/ListingPage/__snapshots__/ListingPage.test.js.snap index 1bbfc547..ec7a400b 100644 --- a/src/containers/ListingPage/__snapshots__/ListingPage.test.js.snap +++ b/src/containers/ListingPage/__snapshots__/ListingPage.test.js.snap @@ -97,40 +97,72 @@ exports[`ListingPage matches snapshot 1`] = `
- - + > + + + + +
@@ -152,16 +184,29 @@ exports[`ListingPage matches snapshot 1`] = ` listing1 title
- - + user-1 display name + , } - /> - + } + />