Skip to content

Commit af104f2

Browse files
committed
fix(web): broken/outdated links
1 parent ca5f650 commit af104f2

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

apps/web/src/app/templates/page.tsx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,16 +130,9 @@ export default function Templates() {
130130
{description}.
131131
</Text>
132132
<Text as="p" className="mt-2 text-slate-11" size="2">
133-
Recreate an{' '}
133+
Recreate an existing email or submit a{' '}
134134
<Anchor
135-
href="https://github.com/resend/react-email/issues?q=is%3Aissue+is%3Aopen+label%3A%22app%3A+demo%22"
136-
target="_blank"
137-
>
138-
existing email
139-
</Anchor>{' '}
140-
or submit a{' '}
141-
<Anchor
142-
href="https://github.com/resend/react-email/tree/main/demo"
135+
href="https://github.com/resend/react-email/tree/main/apps/demo/emails"
143136
target="_blank"
144137
>
145138
pull request

0 commit comments

Comments
 (0)