Skip to content

Commit

Permalink
fix import component from rainbowkit in sdk-frontend (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
publu authored Oct 19, 2023
1 parent 7f7cb95 commit e67a6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/examples/sdk-frontend/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ConnectButtonComp } from '@rainbow-me/rainbowkit';
import { ConnectButton } from '@rainbow-me/rainbowkit';
import { NextPage } from 'next';
import Link from 'next/link';
import styled from 'styled-components';
Expand All @@ -7,7 +7,7 @@ const Index: NextPage = () => {
return (
<Container>
<h1>Hello Next.js 👋</h1>
<ConnectButtonComp />
<ConnectButton />
<Button>
<Link href="/video">Video</Link>
</Button>
Expand Down

0 comments on commit e67a6ee

Please sign in to comment.