Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3307245
D13625.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D13625.id.diff
View Options
diff --git a/landing/download.react.js b/landing/download.react.js
--- a/landing/download.react.js
+++ b/landing/download.react.js
@@ -6,6 +6,7 @@
faApple,
faWindows,
} from '@fortawesome/free-brands-svg-icons';
+import { faGlobe } from '@fortawesome/free-solid-svg-icons';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import classNames from 'classnames';
import * as React from 'react';
@@ -42,6 +43,10 @@
);
};
+const onClickWeb = () => {
+ window.open('https://web.comm.app', '_blank');
+};
+
function Download(): React.Node {
const headerClassName = classNames([typography.heading1, css.heading]);
const subheaderClassName = classNames([
@@ -88,6 +93,12 @@
<div className={typography.paragraph1}>Windows</div>
</div>
</Button>
+ <Button onClick={onClickWeb}>
+ <div className={css.buttonContentContainer}>
+ <FontAwesomeIcon icon={faGlobe} size="lg" />
+ <div className={typography.paragraph1}>Web</div>
+ </div>
+ </Button>
</div>
</div>
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 20, 1:01 AM (4 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2540883
Default Alt Text
D13625.id.diff (1 KB)
Attached To
Mode
D13625: [landing] Add link to web app from download page
Attached
Detach File
Event Timeline
Log In to Comment