We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fdffb commit 746e9a0Copy full SHA for 746e9a0
apps/dashboard/src/pages/templates.tsx
@@ -143,7 +143,8 @@ export const templates: TemplateCardProps[] = [
143
title: "TappyFowl",
144
homepage: "https://tappyfowl.thirdweb.com/",
145
repo: "https://github.com/thirdweb-example/TappyFowl",
146
- description: "Flappy Bird inspired demo game using Unreal Engine and thirdweb Engine.",
+ description:
147
+ "Flappy Bird inspired demo game using Unreal Engine and thirdweb Engine.",
148
img: "/assets/templates/tappyfowl.png",
149
hoverBorderColor: "hsl(248deg 89% 79% / 15%)",
150
tags: ["Unreal", "Engine", "Gaming"],
0 commit comments