From 92c840315714d3b0fdf796e61402b85c3e6cfc3d Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Mon, 30 Jun 2025 22:39:10 +0000 Subject: [PATCH] add subtitle to the login modal with instructions on how to get invited --- crawler/frontend/src/components/LoginModal.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crawler/frontend/src/components/LoginModal.tsx b/crawler/frontend/src/components/LoginModal.tsx index be6377c..556f9fd 100644 --- a/crawler/frontend/src/components/LoginModal.tsx +++ b/crawler/frontend/src/components/LoginModal.tsx @@ -1,5 +1,6 @@ import { login } from '@/auth/authService'; import { Button } from "@/components/ui/button"; +import { DialogDescription } from '@radix-ui/react-dialog'; import React, { useState } from 'react'; import { Dialog, DialogContent, DialogFooter, DialogHeader, DialogTitle } from './ui/dialog'; @@ -19,6 +20,8 @@ const Modal: React.FC = ({ Login to Wrongmove + (We are currently in closed beta; ask Viktor to send you an invitation) + {isLoading && (