Skip to content

Commit

Permalink
Remove Starknet Summit Popup (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
jopedroliveira committed Sep 7, 2023
1 parent bba233a commit 711c54c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ storybook-static
__*
_data/_dynamic
.eslintcache
.tool-versions

# debug
npm-debug.log*
Expand Down
4 changes: 2 additions & 2 deletions workspaces/website/src/components/Layout/PageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useState, useEffect } from "react";
import { useLocalStorage } from "react-use";
import { SectionHeader } from "@ui/SectionHeader/SectionHeader";
import { Text } from "@ui/Typography/Text";
import { SummitPromo } from "./SummitPromo";
// import { SummitPromo } from "./SummitPromo";
import React from "react";

type Props = {
Expand Down Expand Up @@ -90,7 +90,7 @@ export const PageLayout = (props: Props) => {
</Box>
)}
</Stack>
<SummitPromo />
{/* <SummitPromo /> */}
</Container>
);
};

0 comments on commit 711c54c

Please sign in to comment.