Skip to content

Commit

Permalink
Merge pull request #22 from lxdao-official/donate3
Browse files Browse the repository at this point in the history
intergrate doante3
  • Loading branch information
brucexu-eth committed Sep 1, 2023
2 parents 790d0dd + 40b3824 commit 6f5c40b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default function App({ Component, pageProps }: AppProps) {
<QueryClientProvider client={new QueryClient()}>
<ThemeProvider theme={theme}>
<Layout>
<Script src="https://cdn.jsdelivr.net/npm/donate3-sdk@1.0.28/dist/webpack/bundle.js" />
<Component {...pageProps} />
</Layout>
</ThemeProvider>
Expand Down
6 changes: 4 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,17 +295,19 @@ export default function Home() {
>
Join Us
</Button>
<Button
{/* <Button
variant="contained"
href="https://app.safe.global/home?safe=eth:0x36C4f0d9FD9ED768491EC2c492634218BC3e5A72"
sx={{ marginLeft: '15px' }}
size="medium"
target="_blank"
>
Donate
</Button>
</Button> */}
</Box>
</EipsContentBlock>

<div data-donate3-cid="bafkreigezyaaz2hebncag2bccsfjif4leivmp57ddhvlfm3piov6utxuuy" />
</Box>
</>
);
Expand Down

1 comment on commit 6f5c40b

@vercel
Copy link

@vercel vercel bot commented on 6f5c40b Sep 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.