Skip to content

Commit 13737d7

Browse files
committed
fix lint
1 parent 190f358 commit 13737d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/support/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { redirect } from "next/navigation";
22
import { getAuthToken } from "@/api/auth-token";
33
import { getTeamBySlug } from "@/api/team";
44
import { getClientThirdwebClient } from "@/constants/thirdweb-client.client";
5+
import { loginRedirect } from "@/utils/redirects";
56
import { getValidAccount } from "../../../../../account/settings/getAccount";
6-
import { loginRedirect } from "../../../../../login/loginRedirect";
77
import { SupportLayout } from "./SupportLayout";
88

99
export default async function Layout({

apps/portal/src/components/Document/AuthMethodsTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ function AuthMethodsTabsContent() {
762762
>
763763
<img
764764
alt={method.label}
765-
className="size-5 flex-shrink-0"
765+
className="size-5 shrink-0"
766766
src={getSocialIcon(method.id)}
767767
/>
768768
<div className="min-w-0 flex-1">

0 commit comments

Comments
 (0)