Skip to content

Commit 13e3ec4

Browse files
committed
Swapped walkthrough and repo
1 parent a7acc43 commit 13e3ec4

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

docs/guides/example-projects/realtime-fal-ai.mdx

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,18 @@ This full stack Next.js project showcases the following:
1313
- Showing the [progress of the task](https://github.com/triggerdotdev/examples/blob/main/realtime-fal-ai-image-generation/src/app/processing/%5Bid%5D/ProcessingContent.tsx) on the frontend using Trigger.dev Realtime. This also includes error handling and a fallback UI
1414
- Once the task is completed, showing the generated image on the frontend next to the original image
1515

16-
## Walkthrough
16+
## GitHub repo
17+
18+
<Card
19+
title="View the project on GitHub"
20+
icon="GitHub"
21+
href="https://github.com/triggerdotdev/examples/tree/main/realtime-fal-ai-image-generation"
22+
>
23+
Click here to view the full code for this project in our examples repository on GitHub. You can
24+
fork it and use it as a starting point for your own project.
25+
</Card>
26+
27+
## Walkthrough video
1728

1829
This video walks through the process of creating this task in a Next.js project.
1930

@@ -29,12 +40,3 @@ This video walks through the process of creating this task in a Next.js project.
2940
allowfullscreen
3041
/>
3142
</div>
32-
33-
<Card
34-
title="View the repo"
35-
icon="GitHub"
36-
href="https://github.com/triggerdotdev/examples/tree/main/realtime-fal-ai-image-generation"
37-
>
38-
Click here to view the full code for this project in our examples repository on GitHub. You can
39-
fork it and use it as a starting point for your own project.
40-
</Card>

0 commit comments

Comments
 (0)