Skip to content

Commit

Permalink
remove unused dep from auth layout
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsoffer authored and iameli committed May 1, 2024
1 parent 984d2e4 commit 322e5fd
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions packages/www/layouts/auth.tsx
@@ -1,13 +1,11 @@
import { Flex, Box, Container } from "@livepeer/design-system";
import { Flex, Box } from "@livepeer/design-system";
import ReactGA from "react-ga";
import Router from "next/router";
import { useEffect } from "react";
import { NextSeo } from "next-seo";
import { hotjar } from "react-hotjar";
import GoogleTagManager from "components/GoogleTagManager";
import Nav from "components/Nav";
import Footer from "components/Footer";
import { TopNotificationProps } from "components/Site/TopNotification";
import { basePath } from "../lib/utils";

if (process.env.NODE_ENV === "production") {
Expand Down Expand Up @@ -85,20 +83,6 @@ function Layout({
seo["canonical"] = canonical;
}

const topNotification: TopNotificationProps = {
title: (
<Box>
💰 Switch to Livepeer Studio by October 13th for{" "}
<span css={{ fontWeight: "bold" }}>up to six months free</span> 💰
</Box>
),
link: {
label: "Learn more",
href: "https://livepeer.typeform.com/to/shoMCvCl#lead_source=xxxxx&contact_owner=xxxxx",
isExternal: true,
},
};

return (
<>
<NextSeo {...seo} />
Expand Down

0 comments on commit 322e5fd

Please sign in to comment.