mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 15:47:08 +00:00
Fix some errors and make others visible
This commit is contained in:
6
src/app/components/ErrorPanel.tsx
Normal file
6
src/app/components/ErrorPanel.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
export function ErrorPanel({ error }: { error: string }) {
|
||||
return <div class="error">
|
||||
<h3>{error}</h3>
|
||||
<p>You can report this as a bug <a href="https://github.com/misode/misode.github.io/issues/new" target="_blank">on GitHub</a></p>
|
||||
</div>
|
||||
}
|
||||
Reference in New Issue
Block a user