Update [username].tsx

This commit is contained in:
Justin Edmund 2022-01-31 23:56:54 -08:00
parent d2fbc0ab9c
commit 47c51b97f7

View file

@ -103,7 +103,7 @@ const ProfileRoute: React.FC = () => {
function renderNotFound() {
return (
<div id="NotFound">
<h2>That user doesn't exist.</h2>
<h2>That user doesn&apos;t exist.</h2>
</div>
)
}