Skip to content

Commit 7222829

Browse files
authored
update message (#30)
1 parent 846c9e3 commit 7222829

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ StampCraft simplifies the creation and sharing of digital stamps:
2828
- **Ease of Use**: Intuitive design tools accessible to everyone.
2929
- **Farcaster Integration**: Utilize Web3 technology for sharing and using stamps.
3030
- **Community-Focused**: Connect with a broad spectrum of artists and communicators.
31-
- **Versatile Use**: Enhance every message, across various platforms.
32-
- **Blockchain-Enabled**: Mint stamps for definitive ownership and sharing possibilities.
3331

3432
## Technology Stack
3533

@@ -59,7 +57,7 @@ In summary, StampCraft stands at the intersection of technology and creativity,
5957

6058
## System Overview
6159

62-
TBD
60+
<img src=https://github.com/knocks-public/2024-frameworks/assets/11481781/52f9a4b1-ca17-4d9a-8989-a56946e2f937 width=70%>
6361

6462
## Screenshots
6563

app/api/frames/createStamp/route.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const handleRequest = frames(async (ctx) => {
1717
aspectRatio: '1:1',
1818
},
1919
buttons: [
20-
<Button action="link" target="https://google.com" key="">
21-
{ctx.message?.inputText}
20+
<Button action="link" target="https://warpcast.com/" key="">
21+
Share Your Stamp
2222
</Button>,
2323
],
2424
};

app/page.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ export default async function Home({ searchParams }: NextServerPageProps) {
7171
<FrameImage aspectRatio="1.91:1">
7272
<div tw="w-full h-full bg-slate-700 text-white justify-center items-center flex flex-col">
7373
<div tw="flex flex-row">
74-
{state?.generated ? 'Generated' : 'Not Generated'}
74+
{state?.generated
75+
? 'Generated'
76+
: 'Preferred stamp themes?\nE.g., Good morning, Good night.'}
7577
</div>
7678
</div>
7779
</FrameImage>

0 commit comments

Comments
 (0)