Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Added styles in interact-with-wallet.md for wallet ui (#559)
Browse files Browse the repository at this point in the history
Co-authored-by: shivaji <108468912+shivaji1134@users.noreply.github.com>
  • Loading branch information
shivaji43 and shivaji43 authored Oct 13, 2024
1 parent 4f89771 commit 25931ca
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 25931ca

Please sign in to comment.