From 7e98c588a2c1847d29e8f4ece4e2ef9b9fc11cf6 Mon Sep 17 00:00:00 2001
From: Smilinko <95704377+Smilinko@users.noreply.github.com>
Date: Sun, 10 Dec 2023 21:00:47 +0100
Subject: [PATCH] Added login dialog titles (#321)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Aby číselko pri issueskach bolo < 50
---
src/components/PageLayout/Authentication/Authentication.tsx | 1 +
src/components/Problems/Problems.tsx | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/components/PageLayout/Authentication/Authentication.tsx b/src/components/PageLayout/Authentication/Authentication.tsx
index 2d5cd186..e5ff318d 100644
--- a/src/components/PageLayout/Authentication/Authentication.tsx
+++ b/src/components/PageLayout/Authentication/Authentication.tsx
@@ -38,6 +38,7 @@ export const Authentication: FC = () => {
}
/>
>
diff --git a/src/components/Problems/Problems.tsx b/src/components/Problems/Problems.tsx
index 256070f1..12b850d1 100644
--- a/src/components/Problems/Problems.tsx
+++ b/src/components/Problems/Problems.tsx
@@ -161,6 +161,7 @@ export const Problems: FC = () => {