diff --git a/src/app/ItemsPage.js b/src/app/ItemsPage.js index 804ad05..906f9c3 100644 --- a/src/app/ItemsPage.js +++ b/src/app/ItemsPage.js @@ -43,7 +43,7 @@ function ItemsPage() { } return ( - + {isCurrentUser ? "Items you own" : `Items ${data.user.username} owns`} diff --git a/src/app/PageLayout.js b/src/app/PageLayout.js index 0d67ad2..5e0b3b3 100644 --- a/src/app/PageLayout.js +++ b/src/app/PageLayout.js @@ -11,7 +11,7 @@ import HomepageSplashImg from "../images/homepage-splash.png"; function PageLayout({ children, hideHomeLink }) { return ( - +