Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 2906dbc

Browse files
authored
doc: alternative title for landing page (#343)
I'm not a huge fan of the current text: "The power of JavaScript minus the browser" This is inaccurate as Node.js is offering a ton of interfaces and support e.g. system IO that the Browser doesn't offer. Also, while it is not a browser I do like to think of Node.js as an active participate in the Web Platform... the comparison here has a negative charge that I don't think does us any benefit.
1 parent a4b0138 commit 2906dbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const NodeFeature = ({ img, featureText }: Props) => {
4141
};
4242

4343
export default function Index(): JSX.Element {
44-
const title = 'The power of JavaScript minus the browser';
44+
const title = 'Run JavaScript Everywhere.';
4545
const subTitle =
4646
'Node.js is a free, open-sourced, cross-platform JavaScript run-time environment that lets developers write command line tools and server-side scripts outside of a browser.';
4747
const description = 'Welcome to Node.js!';

0 commit comments

Comments
 (0)