Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32089163
qr.react.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
qr.react.js
View Options
// @flow
import
{
faTwitter
,
faGithub
,
faAppStoreIos
,
}
from
'@fortawesome/free-brands-svg-icons'
;
import
{
faBook
,
faHome
,
faBriefcase
}
from
'@fortawesome/free-solid-svg-icons'
;
import
{
FontAwesomeIcon
}
from
'@fortawesome/react-fontawesome'
;
import
*
as
React
from
'react'
;
import
css
from
'./qr.css'
;
function
QR
()
:
React
.
Node
{
const
iconStyle
=
React
.
useMemo
(()
=>
({
marginRight
:
'20px'
}),
[]);
return
(
<
div
className
=
{
css
.
body
}
>
<
h1
>
Comm
<
/h1>
<
a
href
=
"https://twitter.com/commdotapp"
>
<
div
className
=
{
`
${
css
.
qr_link
}
${
css
.
qr_link_twitter
}
`
}
>
<
FontAwesomeIcon
icon
=
{
faTwitter
}
size
=
"lg"
style
=
{
iconStyle
}
/>
<
h3
>
@
CommDotApp
<
/h3>
<
/div>
<
/a>
<
a
href
=
"https://github.com/CommE2E/comm"
>
<
div
className
=
{
`
${
css
.
qr_link
}
${
css
.
qr_link_github
}
`
}
>
<
FontAwesomeIcon
icon
=
{
faGithub
}
size
=
"lg"
style
=
{
iconStyle
}
/>
<
h3
>
CommE2E
/
comm
<
/h3>
<
/div>
<
/a>
<
a
href
=
"https://apps.apple.com/us/app/comm-messenger/id1574433435"
>
<
div
className
=
{
`
${
css
.
qr_link
}
${
css
.
qr_link_appstore
}
`
}
>
<
FontAwesomeIcon
icon
=
{
faAppStoreIos
}
size
=
"lg"
style
=
{
iconStyle
}
/>
<
h3
>
App
Store
(
pre
-
alpha
)
<
/h3>
<
/div>
<
/a>
<
a
href
=
"https://comm.app"
>
<
div
className
=
{
`
${
css
.
qr_link
}
${
css
.
qr_link_comm
}
`
}
>
<
FontAwesomeIcon
icon
=
{
faHome
}
size
=
"lg"
style
=
{
iconStyle
}
/>
<
h3
>
Homepage
<
/h3>
<
/div>
<
/a>
<
a
href
=
"https://www.notion.so/Comm-4ec7bbc1398442ce9add1d7953a6c584"
>
<
div
className
=
{
`
${
css
.
qr_link
}
${
css
.
qr_link_comm
}
`
}
>
<
FontAwesomeIcon
icon
=
{
faBook
}
size
=
"lg"
style
=
{
iconStyle
}
/>
<
h3
>
Technical
docs
<
/h3>
<
/div>
<
/a>
<
a
href
=
"https://commapp.notion.site/commapp/Comm-is-hiring-db097b0d63eb4695b32f8988c8e640fd"
>
<
div
className
=
{
`
${
css
.
qr_link
}
${
css
.
qr_link_comm
}
`
}
>
<
FontAwesomeIcon
icon
=
{
faBriefcase
}
size
=
"lg"
style
=
{
iconStyle
}
/>
<
h3
>
We
&
apos
;
re
hiring
!<
/h3>
<
/div>
<
/a>
<
/div>
);
}
export
default
QR
;
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sun, Dec 7, 7:55 AM (3 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5641278
Default Alt Text
qr.react.js (2 KB)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment