Skip to content

Commit

Permalink
Changed thumbnail and improved About
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Nov 23, 2024
1 parent 91c2885 commit b4da044
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/about/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface Post extends Partial<NFTMetaData> {
}

export const About = () => {
const [usdcPrice, setUsdcPrice] = useState<number>();
const [usdcPrice, setUsdcPrice] = useState<number>(1);
// const [averageUsdcPrice, setAverageUsdcPrice] = useState<number>();
const averageUsdcPrice = "";

Expand Down
Binary file modified packages/nextjs/public/thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b4da044

Please sign in to comment.