Skip to content

Commit

Permalink
Added an import of styles necessary for wallet adapter ui
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaji43 committed Oct 11, 2024
1 parent 3b29e81 commit 2252441
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/courses/intro-to-solana/interact-with-wallets.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ import {
WalletProvider,
} from "@solana/wallet-adapter-react";
import { clusterApiUrl } from "@solana/web3.js";
import '@solana/wallet-adapter-react-ui/styles.css'

export const Home: NextPage = props => {
const endpoint = clusterApiUrl("devnet");
Expand Down Expand Up @@ -173,6 +174,7 @@ import {
PublicKey,
SystemProgram,
} from "@solana/web3.js";
import '@solana/wallet-adapter-react-ui/styles.css'

const Home: NextPage = props => {
const endpoint = clusterApiUrl("devnet");
Expand Down

0 comments on commit 2252441

Please sign in to comment.