Skip to content

Commit

Permalink
chore: removed next app dir banner (#15356)
Browse files Browse the repository at this point in the history
* removed next app dir banner

* yarn lock
  • Loading branch information
PeerRich committed Jun 6, 2024
1 parent 7d4e8e2 commit f6930df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
2 changes: 0 additions & 2 deletions packages/features/shell/Shell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import {
InvalidAppCredentialBanners,
type InvalidAppCredentialBannersProps,
} from "@calcom/features/users/components/InvalidAppCredentialsBanner";
import UserV2OptInBanner from "@calcom/features/users/components/UserV2OptInBanner";
import VerifyEmailBanner, {
type VerifyEmailBannerProps,
} from "@calcom/features/users/components/VerifyEmailBanner";
Expand Down Expand Up @@ -257,7 +256,6 @@ const Layout = (props: LayoutProps) => {
<div className="flex min-h-screen flex-col">
{banners && !props.isPlatformUser && (
<div className="sticky top-0 z-10 w-full divide-y divide-black">
<UserV2OptInBanner />
{Object.keys(banners).map((key) => {
if (key === "teamUpgradeBanner") {
const Banner = BannerComponent[key];
Expand Down
49 changes: 0 additions & 49 deletions packages/features/users/components/UserV2OptInBanner.tsx

This file was deleted.

0 comments on commit f6930df

Please sign in to comment.