diff --git a/src/components/Person.js b/src/components/Person.js index 0bb62508..6d74a432 100644 --- a/src/components/Person.js +++ b/src/components/Person.js @@ -18,9 +18,15 @@ export default function Person({ person, currentTag }) { {person.name} {person.emoji} - {`${ - url.host - }${url.pathname.slice(0, url.pathname.lastIndexOf('/'))}`} + {`${url.host}${url.pathname.slice( + 0, + url.pathname.lastIndexOf('/') + )}`}
{person.description}