Skip to content

Commit

Permalink
feat(frontend): add sponsorship
Browse files Browse the repository at this point in the history
refs #17
  • Loading branch information
jo-elimu committed Jun 30, 2024
1 parent 848a3b0 commit 94a24c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ErrorIndicator.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default function ErrorIndicator({ description }: any) {
return (
<div className="p-8 bg-orange-800 border-orange-400 border-4 rounded-lg">
<p>Error: "{description}"</p>
<p>Error: <code>{description}</code></p>
<p className="mt-4">See browser console for more details</p>
</div>
)
Expand Down

0 comments on commit 94a24c2

Please sign in to comment.