Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
add pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
URANI committed Mar 28, 2024
1 parent b0d49b7 commit 2c04ded
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 375 deletions.
373 changes: 0 additions & 373 deletions demos/frontend/05_serialize_custom_data/LICENSE

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const AppBar: FC = () => {
return (
<div className={styles.AppHeader}>
<Image src="/solanaLogo.png" height={30} width={200} />
<span>Demo 6: Serialization + PDA II</span>
<span>Student Intros</span>
<WalletMultiButton />
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion demos/frontend/06_serialize_custom_data_II/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Home: NextPage = () => {
return (
<div className={styles.App}>
<Head>
<title>Demo 6: Serialization + PDA II</title>
<title>Student Intros</title>
</Head>
<AppBar />
<Center>
Expand Down

0 comments on commit 2c04ded

Please sign in to comment.