From 4746f9dcb55dca3f18e6b7c07528639c9b83de4a Mon Sep 17 00:00:00 2001 From: He4eT Date: Sun, 21 May 2023 15:44:30 +0300 Subject: [PATCH] Replace classes with classNames --- src/components/Player/Status.jsx | 4 ++-- src/views/NotFoundView.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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