Skip to content

Commit 520e2d6

Browse files
authored
fix(web): Examples URL (#1178)
1 parent d1e1276 commit 520e2d6

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

apps/web/src/pages/examples/index.tsx

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,87 +9,87 @@ import { Topbar } from "../../components/topbar";
99

1010
const items = [
1111
{
12-
id: "github-access-token",
12+
id: "github-access-token.tsx",
1313
name: "GitHub / Access Token",
1414
author: "bruno88cabral",
1515
},
1616
{
17-
id: "apple-receipt",
17+
id: "apple-receipt.tsx",
1818
name: "Apple / Receipt",
1919
author: "relferreira",
2020
},
2121
{
22-
id: "nike-receipt",
22+
id: "nike-receipt.tsx",
2323
name: "Nike / Receipt",
2424
author: "camillegachido",
2525
},
2626
{
27-
id: "stack-overflow-tips",
27+
id: "stack-overflow-tips.tsx",
2828
name: "Stack Overflow / Tips",
2929
author: "bruno88cabral",
3030
},
3131
{
32-
id: "slack-confirm",
32+
id: "slack-confirm.tsx",
3333
name: "Slack / Confirm Email",
3434
author: "c0dr",
3535
},
3636
{
37-
id: "twitch-reset-password",
37+
id: "twitch-reset-password.tsx",
3838
name: "Twitch / Reset Password",
3939
author: "EmersonGarrido",
4040
},
4141
{
42-
id: "raycast-magic-link",
42+
id: "raycast-magic-link.tsx",
4343
name: "Raycast / Magic Link",
4444
author: "abhinandanwadwa",
4545
},
4646
{
47-
id: "yelp-recent-login",
47+
id: "yelp-recent-login.tsx",
4848
name: "Yelp / Recent Login",
4949
author: "EmersonGarrido",
5050
},
5151
{
52-
id: "linear-login-code",
52+
id: "linear-login-code.tsx",
5353
name: "Linear / Login Code",
5454
author: "Rychillie",
5555
},
5656
{
57-
id: "google-play-policy-update",
57+
id: "google-play-policy-update.tsx",
5858
name: "Google Play / Policy Update",
5959
author: "EmersonGarrido",
6060
},
6161
{
62-
id: "airbnb-review",
62+
id: "airbnb-review.tsx",
6363
name: "Airbnb / Review",
6464
author: "joaom00",
6565
},
6666
{
67-
id: "dropbox-reset-password",
67+
id: "dropbox-reset-password.tsx",
6868
name: "Dropbox / Reset Password",
6969
author: "ribeiroevandro",
7070
},
7171
{
72-
id: "koala-welcome",
72+
id: "koala-welcome.tsx",
7373
name: "Koala / Welcome",
7474
author: "nettofarah",
7575
},
7676
{
77-
id: "vercel-invite-user",
77+
id: "vercel-invite-user.tsx",
7878
name: "Vercel / Invite User",
7979
author: "zenorocha",
8080
},
8181
{
82-
id: "stripe-welcome",
82+
id: "stripe-welcome.tsx",
8383
name: "Stripe / Welcome",
8484
author: "zenorocha",
8585
},
8686
{
87-
id: "notion-magic-link",
87+
id: "notion-magic-link.tsx",
8888
name: "Notion / Magic Link",
8989
author: "bukinoshita",
9090
},
9191
{
92-
id: "plaid-verify-identity",
92+
id: "plaid-verify-identity.tsx",
9393
name: "Plaid / Verify Identity",
9494
author: "zenorocha",
9595
},

0 commit comments

Comments
 (0)