Skip to content

Commit

Permalink
chore(web): Add aws-verify-email example to page of examples (#1102)
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Miranda <[email protected]>
  • Loading branch information
thecodeinfluencer and gabrielmfern authored Mar 18, 2024
1 parent 4439ac2 commit 199ee0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/web/src/pages/examples/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ import { Text } from "../../components/text";
import { Topbar } from "../../components/topbar";

const items = [
{
path: "magic-links/aws-verify-email",
name: "AWS / Verify Email",
author: "thecodeinfluencer",
},
{
path: "notifications/github-access-token",
name: "GitHub / Access Token",
Expand Down

0 comments on commit 199ee0f

Please sign in to comment.