+
{server.sessions?.[0]?.status === "started" ? (
- {/*
*/}
-
+
+
+
+
Идёт сеанс
+
+
+
+
) : (
-
diff --git a/src/components/icons/ChevronLeftIcon.tsx b/src/components/icons/ChevronLeftIcon.tsx
new file mode 100644
index 0000000..c5f0092
--- /dev/null
+++ b/src/components/icons/ChevronLeftIcon.tsx
@@ -0,0 +1,21 @@
+function ChevronLeftIcon() {
+ return (
+
+ );
+}
+
+export default ChevronLeftIcon;
diff --git a/src/components/icons/CogIcon.tsx b/src/components/icons/CogIcon.tsx
index 7317584..d0bc1b9 100644
--- a/src/components/icons/CogIcon.tsx
+++ b/src/components/icons/CogIcon.tsx
@@ -1,23 +1,17 @@
function CogIcon() {
return (
-