diff --git a/README.md b/README.md index 9c356db..52f6f09 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## ✨ Features * 🎨 **Interactive Whiteboard** - Draw, sketch and visualize your ideas with Excalidraw -* 💻 **Fully fetched IDE** - Access terminals and VS Code directly within the whiteboard +* 💻 **Fully fledged IDE** - Access terminals and VS Code directly within the whiteboard * ☁️ **Browser friendly** - Access your dev env from any device * 🔄 **Seamless Workflow** - Switch between visual ideation and coding * 🛠️ **Use your own tools** - Access your VM from your desktop client (VS Code & Cursor supported) diff --git a/src/frontend/src/auth/AuthModal.tsx b/src/frontend/src/auth/AuthModal.tsx index cc494e9..7dc4273 100644 --- a/src/frontend/src/auth/AuthModal.tsx +++ b/src/frontend/src/auth/AuthModal.tsx @@ -1,6 +1,7 @@ import React, { useState, useEffect } from "react"; import ReactDOM from "react-dom"; import { capture } from "../utils/posthog"; +import { Mail } from "lucide-react"; import "../styles/AuthModal.scss"; interface AuthModalProps { @@ -125,16 +126,14 @@ const AuthModal: React.FC = ({ viewBox="0 0 71 55" fill="none" xmlns="http://www.w3.org/2000/svg" - style={{ marginRight: 6 }} > -  Discord - - + | = ({ strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" - style={{ marginRight: 6 }} > - GitHub - - + | - contact@pad.ws + diff --git a/src/frontend/src/styles/AuthModal.scss b/src/frontend/src/styles/AuthModal.scss index f069dbc..c55cf78 100644 --- a/src/frontend/src/styles/AuthModal.scss +++ b/src/frontend/src/styles/AuthModal.scss @@ -59,6 +59,7 @@ padding: 20px; margin: 12px; padding-top: 0px; + padding-bottom: 5px; } /* Modal title container */ @@ -99,7 +100,7 @@ font-size: 18px; display: inline-block; top: 5%; - right: 2%; + right: -3%; } /* Modal description */