diff --git a/src/components/Player/Status.jsx b/src/components/Player/Status.jsx index 72f90db..4d86900 100644 --- a/src/components/Player/Status.jsx +++ b/src/components/Player/Status.jsx @@ -2,7 +2,7 @@ import { h } from 'preact' import { Link } from 'wouter-preact' const fail = details => ( -
+

Error

@@ -22,7 +22,7 @@ const fail = details => ( ) const loading = details => ( -
+
{details.map(x => (
{x}
))}
) diff --git a/src/views/NotFoundView.jsx b/src/views/NotFoundView.jsx index 706ecdd..107c4a0 100644 --- a/src/views/NotFoundView.jsx +++ b/src/views/NotFoundView.jsx @@ -3,7 +3,7 @@ import { Link } from 'wouter-preact' export default () => (
-
+

404