Skip to content

Commit 76abd81

Browse files
bug/revert AWS logo home page addition (#206)
1 parent 95c519f commit 76abd81

3 files changed

Lines changed: 0 additions & 13 deletions

File tree

src/assets/aws.svg

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/components/run-anywhere/platforms.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
"icon": "nodejs",
1515
"link": "/guides/hosting/#self-hosting"
1616
},
17-
{
18-
"label": "AWS",
19-
"icon": "aws",
20-
"link": "/guides/hosting/aws/"
21-
},
2217
{
2318
"label": "GitHub",
2419
"icon": "github",

src/components/run-anywhere/run-anywhere.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import platforms from "./platforms.json" with { type: "json" };
2-
import awsLogo from "../../assets/aws.svg?type=raw";
32
import githubLogo from "../../assets/github.svg?type=raw";
43
import netlifyLogo from "../../assets/netlify.svg?type=raw";
54
import nodejsLogo from "../../assets/nodejs.svg?type=raw";
65
import vercelLogo from "../../assets/vercel.svg?type=raw";
76
import styles from "./run-anywhere.module.css";
87

98
const platformImageMapper = {
10-
aws: awsLogo,
119
github: githubLogo,
1210
netlify: netlifyLogo,
1311
nodejs: nodejsLogo,

0 commit comments

Comments
 (0)