Skip to content

Commit

Permalink
Merge pull request #835 from near/develop
Browse files Browse the repository at this point in the history
deploy support form
  • Loading branch information
charleslavon authored Jun 25, 2024
2 parents c0928c7 + b930cae commit 6b08637
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions src/Gateway/ContactUsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -331,19 +331,23 @@ return (
<span>Discord Support</span>
</IconTextLink>

<Text>Jump in a voice call with our developers </Text>
<Text> Thursdays - 11hs & 18hs (UTC) </Text>

<IconTextLink href={urls.discord} target="_blank" $iconColor="amber11">
<i className="ph-bold ph-chat-circle-dots" />
<span>Join our Discord</span>
</IconTextLink>
</Card>

<Card $background="amber5" $color="amber12" style={{ flexGrow: 1 }}>
<Text $size="text-l" $fontWeight="700">
Office Hours
Resolve an issue
</Text>

<Text>Jump in a voice call with our developers </Text>
<Text> Thursdays - 11hs & 18hs (UTC) </Text>

<IconTextLink href={urls.discord} target="_blank" $iconColor="amber11">
<IconTextLink href={urls.supportRequest} target="_blank" $iconColor="amber11">
<i className="ph-bold ph-chat-circle-dots" />
<span>Join our Discord</span>
<span>Launch support form</span>
</IconTextLink>
</Card>
</Flex>
Expand Down

0 comments on commit 6b08637

Please sign in to comment.