Skip to content

Commit

Permalink
Added whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Feb 19, 2025
1 parent 9f9d7b2 commit 509ec8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ErrorBoundary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ class ErrorBoundary extends React.Component<ErrorBoundaryProps, ErrorBoundarySta
<div className="flex h-screen w-screen flex-col items-center justify-center space-y-5">
<img src={emoji} alt="Emoji" className="max-h-20 animate-pulse" />
<Typography variant="h5" className="text-center">
This is not supposed to happen. Please try again,
This is not supposed to happen. Please try again,{' '}
<a
href="https://neurobagel.org/user_guide/annotation_tool/"
target="_blank"
rel="noopener noreferrer"
>
check out the documentation,
</a>
</a>{' '}
or{' '}
<a
href="https://github.com/neurobagel/annotation-tool/issues"
Expand Down

0 comments on commit 509ec8a

Please sign in to comment.