diff --git a/frontend/index.html b/frontend/index.html index 32eecb1..ed9aaf1 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,8 +3,16 @@ + CodeLens + + + + + + +
diff --git a/frontend/public/apple-touch-icon.png b/frontend/public/apple-touch-icon.png new file mode 100644 index 0000000..c904ca6 Binary files /dev/null and b/frontend/public/apple-touch-icon.png differ diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg index 6893eb1..61b4529 100644 --- a/frontend/public/favicon.svg +++ b/frontend/public/favicon.svg @@ -1 +1,6 @@ - \ No newline at end of file + + + + C + L + diff --git a/frontend/public/logo.svg b/frontend/public/logo.svg new file mode 100644 index 0000000..7346c78 --- /dev/null +++ b/frontend/public/logo.svg @@ -0,0 +1,6 @@ + + + + CODE + LENS + diff --git a/frontend/public/og-logo.png b/frontend/public/og-logo.png new file mode 100644 index 0000000..ed98480 Binary files /dev/null and b/frontend/public/og-logo.png differ diff --git a/frontend/src/components/auth/ForgotPassword.jsx b/frontend/src/components/auth/ForgotPassword.jsx index 906b21b..0cbbf85 100644 --- a/frontend/src/components/auth/ForgotPassword.jsx +++ b/frontend/src/components/auth/ForgotPassword.jsx @@ -128,6 +128,7 @@ export default function ForgotPassword() { return (
+ CodeLens

RESET PASSWORD diff --git a/frontend/src/components/shared/Footer.jsx b/frontend/src/components/shared/Footer.jsx index 519326f..5e8a151 100644 --- a/frontend/src/components/shared/Footer.jsx +++ b/frontend/src/components/shared/Footer.jsx @@ -17,9 +17,10 @@ export default function Footer() {
- CODE
LENS + CodeLens + CodeLens

The developer intelligence platform. Unify your competitive programming journey across Codeforces, LeetCode & GitHub — with AI-driven insights, zero noise. diff --git a/frontend/src/components/shared/Navbar.jsx b/frontend/src/components/shared/Navbar.jsx index 09ee8a5..dc256fd 100644 --- a/frontend/src/components/shared/Navbar.jsx +++ b/frontend/src/components/shared/Navbar.jsx @@ -385,9 +385,10 @@ export default function Navbar() { - CODELENS + CodeLens + CodeLens {/* ── Desktop Centre Nav ────────────────────────────────────────── */} diff --git a/frontend/src/components/shared/loaders/LoaderAlt.jsx b/frontend/src/components/shared/loaders/LoaderAlt.jsx index 23f12ad..c79a192 100644 --- a/frontend/src/components/shared/loaders/LoaderAlt.jsx +++ b/frontend/src/components/shared/loaders/LoaderAlt.jsx @@ -3,9 +3,10 @@ const Spinner = () => {

Loading, please wait... + CodeLens
{[...Array(4)].map((_, i) => (
{
Loading, please wait... + CodeLens
{/* Outer Square */}
diff --git a/frontend/src/pages/LoginPage.jsx b/frontend/src/pages/LoginPage.jsx index 3a37670..bd9aa02 100644 --- a/frontend/src/pages/LoginPage.jsx +++ b/frontend/src/pages/LoginPage.jsx @@ -112,6 +112,7 @@ export default function LoginPage() { return (
+ CodeLens

LOGIN diff --git a/frontend/src/pages/SignupPage.jsx b/frontend/src/pages/SignupPage.jsx index b9d43ab..1663c93 100644 --- a/frontend/src/pages/SignupPage.jsx +++ b/frontend/src/pages/SignupPage.jsx @@ -238,6 +238,7 @@ export default function SignupPage() { return (
+ CodeLens

{step === 1 ? "SIGN UP" : "VERIFY EMAIL"}