Skip to content

Commit

Permalink
fixup! Handle internal errors
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Nov 18, 2024
1 parent 00a1b60 commit 3e161f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static-site/src/components/ListResources/errors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class ErrorBoundary extends React.Component<Props, State> {
<br/>
{`Error: ${this.state.errorMessage}`}
<br/>
{'Please '}<a href="/contact" style={{fontWeight: 300}}>get in touch</a>{" if this keeps happening"}
{"Please "}<a href="/contact" style={{fontWeight: 300}}>get in touch</a>{" if this keeps happening"}
</ErrorContainer>
)
}
Expand Down

0 comments on commit 3e161f8

Please sign in to comment.