feat: show error when project loading fail

This commit is contained in:
MTG2000
2022-03-29 14:27:47 +03:00
parent 8e21f8fef1
commit 2ba51deeab
3 changed files with 21 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ export default function ErrorMessage({
<p >
{messageToShow}
</p>
<Link to='/' className='text-primary-500 mt-36 underline' >Back to home page</Link>
<a href='/' className='text-primary-500 mt-36 underline' >Back to home page</a>
</div>
)
}