Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33355159
D13625.1768937770.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D13625.1768937770.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
Tue, Jan 20, 7:36 PM (11 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5963519
Default Alt Text
D13625.1768937770.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