Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ Note: This is just an example. Actual values will be collected during the prereq

### Support Channels
* Email: support@settlemint.com
* Join our Discord community
* Schedule technical consultation
* Contact your account manager

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ As you complete each prerequisite, you'll need to collect specific information r

### Support
* Email: support@settlemint.com
* Join our Discord community
* Schedule technical consultation
* Contact your account manager

Expand Down
10 changes: 4 additions & 6 deletions docs/support/support.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Contact us
# Contact Us

We are here to provide support for all your troubleshooting and technical questions.

## Discord community
## Reach Us

Join our [Discord server](https://discord.com/invite/Mt5yqFrey9) and get answers from our team as well as meet other developers working with SettleMint.
Email us at **[support@settlemint.com](mailto:support@settlemint.com)** for any assistance.

## Create a ticket

Create a support ticket on our [support portal](http://client.support.settlemint.com/)
Our team is ready to help you with your queries.
4 changes: 0 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ const config: Config = {
label: "SettleMint Platform",
href: "https://console.settlemint.com",
},
{
label: "Discord",
href: "https://discord.gg/4WPatxDJ6A",
},
{
label: "Twitter",
href: "https://twitter.com/settlemintcom",
Expand Down
12 changes: 1 addition & 11 deletions src/components/HomepageFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,7 @@ const FeatureList: FeatureItem[] = [
<a href={'/documentation/docs/about-settlemint/intro/'}>Discover features</a>
</>
),
},
{
title: 'Join the community',
image: '/img/undraw_docusaurus_react.svg',
description: (
<>
Ask all your questions, chat with other users and with the people who build the platform.{' '}
<a href={'https://discord.gg/4WPatxDJ6A'}>Join us on Discord</a>
</>
),
},
}
];

function Feature({ title, image, description }: FeatureItem) {
Expand Down
51 changes: 10 additions & 41 deletions theme/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import "@fontsource/figtree/400.css";
import "@fontsource/figtree/700.css";
import "@fontsource/figtree/900.css";
import aikidoIcon from "../static/img/about-settlemint/aikido-icon.png";
import discordIcon from "../static/img/about-settlemint/discord-icon.png";
import platformImage from "../static/img/about-settlemint/platformModelBlue.png";
import platformScreenshot from "../static/img/about-settlemint/platformScreenshot.webp";
import supportIcon from "../static/img/about-settlemint/support-icon.png";
Expand Down Expand Up @@ -137,15 +136,15 @@ function Navigation() {
</div>
</div>

<div className={styles.container} style={{ marginBottom: "80px" }}>
<div className={styles.container} style={{ marginBottom: "80px", display: "flex", justifyContent: "center" }}>
<div className="row justify-content-center align-items-center">
<div className="col-12">
<div
style={{
display: "flex",
flexDirection: "column",
alignItems: "center",
marginBottom: "20px",
marginBottom: "40px",
}}
>
<div style={{ textAlign: "center" }}>
Expand All @@ -159,11 +158,13 @@ function Navigation() {
</p>
</div>
</div>

<div
style={{
display: "flex",
flexDirection: "row",
justifyContent: "center",
flexDirection: "column",
alignItems: "center",
gap: "40px",
}}
>
<div style={{ textAlign: "center" }}>
Expand All @@ -175,44 +176,12 @@ function Navigation() {
/>
<h3 className={styles.contactSupport}>Contact Support</h3>
<p>
Have an issue or question?
Have a question or need assistance?
<br />
Log a support ticket and we will contact you!
Email us at <a href="mailto:support@settlemint.com">support@settlemint.com</a>
</p>
<a
className={styles.btnLink}
href="https://client.support.settlemint.com/"
>
Create a Ticket
</a>
</div>
<div style={{ textAlign: "center" }}>
<img
className={styles.icons}
src={discordIcon}
alt="SettleMint Platform"
style={{ width: "30%" }}
/>
<h3 style={{ marginTop: "0px" }}>Join Discord</h3>
<p>
Ask a question in our Discord community and chat with other
users
</p>
<a
className={styles.btnLink}
href="https://discord.com/invite/Mt5yqFrey9"
>
Join Discord Channel
</a>
</div>
</div>
<div
style={{
display: "flex",
flexDirection: "row",
justifyContent: "center",
}}
>

<div style={{ textAlign: "center" }}>
<img
className={styles.icons}
Expand All @@ -237,4 +206,4 @@ function Navigation() {
);
}

export default Navigation;
export default Navigation;
Loading