Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Mar 14, 2024
1 parent f600b40 commit cf24aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/foundry/script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ contract DeployScript is ScaffoldETHDeploy {
ALBUM album = new ALBUM(
address(playlist),
albumOwner,
"AARCADE RUN",
"ARCADE RUN",
"AAR",
"ipfs://bafkreienrelxkykta5n5ox77mntpnuqjcgb3ddaizdngvxkp67mfafyxgm",
"ipfs://bafkreid6latbk2ygomuz5jzdezxoqokdvsxh5puj6k66e3o5zym6acnhh4",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ const Home: NextPage = () => {
key={index}
contractAddress={{
value: anNft.address,
classes: "font-medium text-blue-600 dark:text-blue-500 hover:underline text-xs m-1",
classes: "text-blue-600 dark:text-blue-500 hover:underline text-xs m-1",
}}
name={{
value: anNft.name,
Expand Down

0 comments on commit cf24aee

Please sign in to comment.