Skip to content

Commit da592d8

Browse files
committed
Removed logo
1 parent 24557a7 commit da592d8

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

apps/webapp/app/assets/logos/OktaLogo.tsx

Lines changed: 0 additions & 35 deletions
This file was deleted.

apps/webapp/app/components/LoginPageLayout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { useEffect, useState } from "react";
22
import { ATAndTLogo } from "~/assets/logos/ATAndTLogo";
33
import { AppsmithLogo } from "~/assets/logos/AppsmithLogo";
44
import { CalComLogo } from "~/assets/logos/CalComLogo";
5-
import { OktaLogo } from "~/assets/logos/OktaLogo";
65
import { ShopifyLogo } from "~/assets/logos/ShopifyLogo";
76
import { VerizonLogo } from "~/assets/logos/VerizonLogo";
87
import { LogoType } from "./LogoType";
@@ -75,7 +74,6 @@ export function LoginPageLayout({ children }: { children: React.ReactNode }) {
7574
<div className="flex w-full flex-wrap items-center justify-center gap-x-6 gap-y-3 text-charcoal-500 xl:justify-between xl:gap-0">
7675
<VerizonLogo />
7776
<ShopifyLogo />
78-
<OktaLogo />
7977
<ATAndTLogo />
8078
<AppsmithLogo />
8179
<CalComLogo />

0 commit comments

Comments
 (0)