Skip to content

Commit

Permalink
Changed post-types.png image
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Nov 19, 2024
1 parent 5a4b6ff commit 361b968
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions packages/nextjs/app/about/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ export const About = () => {
<div className="flex flex-col items-center justify-center">
<div className="hero bg-base-200 ">
<div className="hero-content flex-col lg:flex-row-reverse lg:p-14">
<Image
{/* INSERT HERE A GIF SHOWING HOW A LIKE BECOMES MONEY */}
{/* <Image
src="/socialmonetization.jpg"
alt="Animation clicking a like button and increasing USDC balance"
className="max-w-sm rounded-lg shadow-2xl border-2"
width={500}
height={500}
/>
/> */}
<div>
<h1 className="text-6xl font-mono">What if you earned 💸 money from socializing?</h1>
<h1 className="text-6xl font-mono text-center">What if you earned 💸 money from using social media?</h1>
<p className="py-6">
<div className="flex justify-center items-center gap-1 flex-wrap">
<span className="text-xl text-center">
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const Header = () => {

return (
<div className="flex lg:sticky top-0 navbar bg-base-100 min-h-0 flex-shrink-0 justify-between z-20 px-0 sm:px-2">
<div className="navbar-start ml-4 lg:ml-2">
<div className="navbar-start lg:ml-2">
<div className="flex lg:hidden">
{/* <ConfigMenu /> */}
<div className="flex justify-center items-center ml-8 lg:ml-0">
Expand Down
Binary file modified packages/nextjs/public/post-types.png
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 361b968

Please sign in to comment.