Skip to content

Commit 72709f3

Browse files
pklaschkaCopilot
andauthored
Update example/main.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7582bb1 commit 72709f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ app.use(
1919
app.get("/", (c) => {
2020
return c.render(
2121
<div>
22-
{t`Welcome to the {{}}}}{{ {0} {1} {{0}} {{1}} homepage ${3}!`}
22+
{t`Welcome to the {{}}}}{{ {0} {1} {{0}} {{1}} homepage ${c.req.url}!`}
2323
{t`Hello world!`}
2424
{t`Test: ${<code>{t`Hello!`}</code>}`}
2525
<LocalePrinter />

0 commit comments

Comments
 (0)