diff --git a/package.json b/package.json
index 8ee0b09bd..ad6981f3f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bldrs",
- "version": "1.0.1132",
+ "version": "1.0.1128",
"main": "src/index.jsx",
"license": "AGPL-3.0",
"homepage": "https://github.com/bldrs-ai/Share",
diff --git a/src/Components/About/AboutDialog.jsx b/src/Components/About/AboutDialog.jsx
index 1c62082e0..c8a7b6f9f 100644
--- a/src/Components/About/AboutDialog.jsx
+++ b/src/Components/About/AboutDialog.jsx
@@ -3,12 +3,12 @@ import {Helmet} from 'react-helmet-async'
import Link from '@mui/material/Link'
import Stack from '@mui/material/Stack'
import Typography from '@mui/material/Typography'
-import {TooltipIconButton} from '../Buttons'
import Dialog from '../Dialog'
import {LogoBWithDomain} from '../Logo/Logo'
// TODO(pablo): re-enable after prod freeze bug fixed
// import PrivacyControl from './PrivacyControl'
import GitHubIcon from '@mui/icons-material/GitHub'
+import EmailIcon from '@mui/icons-material/Email'
import DiscordIcon from '../../assets/icons/Discord.svg'
@@ -59,33 +59,36 @@ function AboutContent() {
justifyContent='center'
alignItems='center'
>
-
- window.open(`https://discord.gg/9SxguBkFfQ`, '_blank')}
- icon={}
- placement='bottom'
- variant='noBackground'
- />
- window.open(`https://github.com/bldrs-ai/Share`, '_blank')}
- icon={}
- placement='bottom'
- variant='noBackground'
- />
-
-
+
+
+ Welcome to Bldrs - Share!
+
+
+ Use the Open dialog to open IFC or STEP models from:
+
+
Local files - no data is uploaded to our servers
+
Files hosted on GitHub, public or private
+
+
- Upload your IFC model, position the camera, select elements,
- crop the model using section planes and add notes; then share
- the exact view using the generated link. Everyone has access
- to the same context in model space.
+ Position the camera, Select elements, Crop using section planes and
+ Collaborate with your team via Notes. For files on GitHub share the
+ exact view using the page URL or Share dialog.
-
- And try the magic wand!
+ Comments and suggestions welcome!
+
+
+ Discord
+
+
+ GitHub
+
+
+ info@bldrs.ai
+
+
>)
diff --git a/src/Components/Share/ShareControl.jsx b/src/Components/Share/ShareControl.jsx
index 91ab1cb25..596e765ba 100644
--- a/src/Components/Share/ShareControl.jsx
+++ b/src/Components/Share/ShareControl.jsx
@@ -2,7 +2,6 @@ import React, {ReactElement, createRef, useEffect, useState} from 'react'
import {Helmet} from 'react-helmet-async'
import QRCode from 'react-qr-code'
import Box from '@mui/material/Box'
-import ContentCopyIcon from '@mui/icons-material/ContentCopy'
import IconButton from '@mui/material/IconButton'
import InputAdornment from '@mui/material/InputAdornment'
import Stack from '@mui/material/Stack'
@@ -15,8 +14,9 @@ import {addPlanesToHashState, removePlanesFromHashState} from '../CutPlane/CutPl
import Dialog from '../Dialog'
import Toggle from '../Toggle'
import {HASH_PREFIX_SHARE} from './hashState'
+import ContentCopyIcon from '@mui/icons-material/ContentCopy'
+import ShareIcon from '@mui/icons-material/Share'
import CopyIcon from '../../assets/icons/Copy.svg'
-import ShareIcon from '../../assets/icons/Share.svg'
/**
diff --git a/src/assets/icons/Discord.svg b/src/assets/icons/Discord.svg
index e4bf3b4ae..a31c4a33e 100755
--- a/src/assets/icons/Discord.svg
+++ b/src/assets/icons/Discord.svg
@@ -1 +1,3 @@
-
+