[WEB-6420] chore: migrate community references from Discord to Forum (#8657)
* chore: replace Discord references with Forum links * chore: migrate help and community CTAs from Discord to Forum * refactor: replace Discord icons with lucide MessageSquare * chore: rename Discord labels and keys to Forum * chore: remove obsolete Discord icon component * chore: update Discord references to Forum in templates * chore: code refactoring
This commit is contained in:
parent
351344ecbb
commit
a75301d6c6
35 changed files with 60 additions and 111 deletions
2
.github/ISSUE_TEMPLATE/config.yaml
vendored
2
.github/ISSUE_TEMPLATE/config.yaml
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Help and support
|
- name: Help and support
|
||||||
about: Reach out to us on our Discord server or GitHub discussions.
|
about: Reach out to us on our Forum or GitHub discussions.
|
||||||
- name: Dedicated support
|
- name: Dedicated support
|
||||||
url: mailto:support@plane.so
|
url: mailto:support@plane.so
|
||||||
about: Write to us if you'd like dedicated support using Plane
|
about: Write to us if you'd like dedicated support using Plane
|
||||||
|
|
|
||||||
|
|
@ -244,4 +244,4 @@ Happy translating! 🌍✨
|
||||||
|
|
||||||
## Need help? Questions and suggestions
|
## Need help? Questions and suggestions
|
||||||
|
|
||||||
Questions, suggestions, and thoughts are most welcome. We can also be reached in our [Discord Server](https://discord.com/invite/A92xrEGCge).
|
Questions, suggestions, and thoughts are most welcome. We can also be reached in our [Forum](https://forum.plane.so).
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
Meet [Plane](https://plane.so/), an open-source project management tool to track issues, run ~sprints~ cycles, and manage product roadmaps without the chaos of managing the tool itself. 🧘♀️
|
Meet [Plane](https://plane.so/), an open-source project management tool to track issues, run ~sprints~ cycles, and manage product roadmaps without the chaos of managing the tool itself. 🧘♀️
|
||||||
|
|
||||||
> Plane is evolving every day. Your suggestions, ideas, and reported bugs help us immensely. Do not hesitate to join in the conversation on [Discord](https://discord.com/invite/A92xrEGCge) or raise a GitHub issue. We read everything and respond to most.
|
> Plane is evolving every day. Your suggestions, ideas, and reported bugs help us immensely. Do not hesitate to join in the conversation on [Forum](https://forum.plane.so) or raise a GitHub issue. We read everything and respond to most.
|
||||||
|
|
||||||
## 🚀 Installation
|
## 🚀 Installation
|
||||||
|
|
||||||
|
|
@ -129,7 +129,7 @@ Explore Plane's [product documentation](https://docs.plane.so/) and [developer d
|
||||||
|
|
||||||
## ❤️ Community
|
## ❤️ Community
|
||||||
|
|
||||||
Join the Plane community on [GitHub Discussions](https://github.com/orgs/makeplane/discussions) and our [Discord server](https://discord.com/invite/A92xrEGCge). We follow a [Code of conduct](https://github.com/makeplane/plane/blob/master/CODE_OF_CONDUCT.md) in all our community channels.
|
Join the Plane community on [GitHub Discussions](https://github.com/orgs/makeplane/discussions) and our [Forum](https://forum.plane.so). We follow a [Code of conduct](https://github.com/makeplane/plane/blob/master/CODE_OF_CONDUCT.md) in all our community channels.
|
||||||
|
|
||||||
Feel free to ask questions, report bugs, participate in discussions, share ideas, request features, or showcase your projects. We’d love to hear from you!
|
Feel free to ask questions, report bugs, participate in discussions, share ideas, request features, or showcase your projects. We’d love to hear from you!
|
||||||
|
|
||||||
|
|
@ -145,7 +145,7 @@ There are many ways you can contribute to Plane:
|
||||||
|
|
||||||
- Report [bugs](https://github.com/makeplane/plane/issues/new?assignees=srinivaspendem%2Cpushya22&labels=%F0%9F%90%9Bbug&projects=&template=--bug-report.yaml&title=%5Bbug%5D%3A+) or submit [feature requests](https://github.com/makeplane/plane/issues/new?assignees=srinivaspendem%2Cpushya22&labels=%E2%9C%A8feature&projects=&template=--feature-request.yaml&title=%5Bfeature%5D%3A+).
|
- Report [bugs](https://github.com/makeplane/plane/issues/new?assignees=srinivaspendem%2Cpushya22&labels=%F0%9F%90%9Bbug&projects=&template=--bug-report.yaml&title=%5Bbug%5D%3A+) or submit [feature requests](https://github.com/makeplane/plane/issues/new?assignees=srinivaspendem%2Cpushya22&labels=%E2%9C%A8feature&projects=&template=--feature-request.yaml&title=%5Bfeature%5D%3A+).
|
||||||
- Review the [documentation](https://docs.plane.so/) and submit [pull requests](https://github.com/makeplane/docs) to improve it—whether it's fixing typos or adding new content.
|
- Review the [documentation](https://docs.plane.so/) and submit [pull requests](https://github.com/makeplane/docs) to improve it—whether it's fixing typos or adding new content.
|
||||||
- Talk or write about Plane or any other ecosystem integration and [let us know](https://discord.com/invite/A92xrEGCge)!
|
- Talk or write about Plane or any other ecosystem integration and [let us know](https://forum.plane.so)!
|
||||||
- Show your support by upvoting [popular feature requests](https://github.com/makeplane/plane/issues).
|
- Show your support by upvoting [popular feature requests](https://github.com/makeplane/plane/issues).
|
||||||
|
|
||||||
Please read [CONTRIBUTING.md](https://github.com/makeplane/plane/blob/master/CONTRIBUTING.md) for details on the process for submitting pull requests to us.
|
Please read [CONTRIBUTING.md](https://github.com/makeplane/plane/blob/master/CONTRIBUTING.md) for details on the process for submitting pull requests to us.
|
||||||
|
|
|
||||||
|
|
@ -7,11 +7,11 @@
|
||||||
import { useState, useRef } from "react";
|
import { useState, useRef } from "react";
|
||||||
import { observer } from "mobx-react";
|
import { observer } from "mobx-react";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { HelpCircle, MoveLeft } from "lucide-react";
|
import { HelpCircle, MessageSquare, MoveLeft } from "lucide-react";
|
||||||
import { Transition } from "@headlessui/react";
|
import { Transition } from "@headlessui/react";
|
||||||
import { WEB_BASE_URL } from "@plane/constants";
|
import { WEB_BASE_URL } from "@plane/constants";
|
||||||
// plane internal packages
|
// plane internal packages
|
||||||
import { DiscordIcon, GithubIcon, NewTabIcon, PageIcon } from "@plane/propel/icons";
|
import { GithubIcon, NewTabIcon, PageIcon } from "@plane/propel/icons";
|
||||||
import { Tooltip } from "@plane/propel/tooltip";
|
import { Tooltip } from "@plane/propel/tooltip";
|
||||||
import { cn } from "@plane/utils";
|
import { cn } from "@plane/utils";
|
||||||
// hooks
|
// hooks
|
||||||
|
|
@ -25,9 +25,9 @@ const helpOptions = [
|
||||||
Icon: PageIcon,
|
Icon: PageIcon,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Join our Discord",
|
name: "Join our Forum",
|
||||||
href: "https://discord.com/invite/A92xrEGCge",
|
href: "https://forum.plane.so",
|
||||||
Icon: DiscordIcon,
|
Icon: MessageSquare,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Report a bug",
|
name: "Report a bug",
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@
|
||||||
<td class="nl2go-responsive-hide" width="20" style=" font-size: 0px; line-height: 1px; " > </td>
|
<td class="nl2go-responsive-hide" width="20" style=" font-size: 0px; line-height: 1px; " > </td>
|
||||||
<td align="left" valign="top" class="r17-i nl2go-default-textstyle" style=" color: #3b3f44; font-family: arial, helvetica, sans-serif; font-size: 16px; line-height: 1.5; text-align: left; " >
|
<td align="left" valign="top" class="r17-i nl2go-default-textstyle" style=" color: #3b3f44; font-family: arial, helvetica, sans-serif; font-size: 16px; line-height: 1.5; text-align: left; " >
|
||||||
<div>
|
<div>
|
||||||
<p style="margin: 0"> <span style=" font-size: 12px; " >Note: Plane is still in its early days, not everything will be perfect yet, and hiccups may happen. Please let us know of any suggestions, ideas, or bugs that you encounter on our </span ><a href="https://discord.gg/A92xrEGCge" target="_blank" style=" color: #0092ff; text-decoration: underline; " ><span style=" font-size: 12px; " >Discord</span ></a ><span style=" font-size: 12px; " > or </span ><a href="https://github.com/makeplane/plane" target="_blank" style=" color: #0092ff; text-decoration: underline; " ><span style=" font-size: 12px; " >GitHub</span ></a ><span style=" font-size: 12px; " >, and we will use your feedback to improve on our upcoming releases.</span > </p>
|
<p style="margin: 0"> <span style=" font-size: 12px; " >Note: Plane is still in its early days, not everything will be perfect yet, and hiccups may happen. Please let us know of any suggestions, ideas, or bugs that you encounter on our </span ><a href="https://forum.plane.so" target="_blank" style=" color: #0092ff; text-decoration: underline; " ><span style=" font-size: 12px; " >Forum</span ></a ><span style=" font-size: 12px; " > or </span ><a href="https://github.com/makeplane/plane" target="_blank" style=" color: #0092ff; text-decoration: underline; " ><span style=" font-size: 12px; " >GitHub</span ></a ><span style=" font-size: 12px; " >, and we will use your feedback to improve on our upcoming releases.</span > </p>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="nl2go-responsive-hide" width="20" style=" font-size: 0px; line-height: 1px; " > </td>
|
<td class="nl2go-responsive-hide" width="20" style=" font-size: 0px; line-height: 1px; " > </td>
|
||||||
|
|
@ -227,7 +227,7 @@
|
||||||
<td height="5" width="8" style=" font-size: 5px; line-height: 5px; " > </td>
|
<td height="5" width="8" style=" font-size: 5px; line-height: 5px; " > </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="r26-i" style=" font-size: 0px; line-height: 0px; " > <a href="https://github.com/makeplane/plane" target="_blank" style=" color: #0092ff; text-decoration: underline; " > <img src="https://sendinblue-templates.s3.eu-west-3.amazonaws.com/icons/rounded_colored/github_32px.png" width="32" border="0" class="" style=" display: block; width: 100%; " /></a> </td>
|
<td class="r26-i" style=" font-size: 0px; line-height: 0px; " > <a href="https://github.com/makeplane/plane" target="_blank" style=" color: #0092ff; text-decoration: underline; " > <img src="https://creative-assets.mailinblue.com/editor/social-icons/rounded_colored/github_32px.png" width="32" border="0" class="" style=" display: block; width: 100%; " /></a> </td>
|
||||||
<td class="nl2go-responsive-hide" width="8" style=" font-size: 0px; line-height: 1px; " > </td>
|
<td class="nl2go-responsive-hide" width="8" style=" font-size: 0px; line-height: 1px; " > </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="nl2go-responsive-hide" >
|
<tr class="nl2go-responsive-hide" >
|
||||||
|
|
@ -244,7 +244,7 @@
|
||||||
<td height="5" width="8" style=" font-size: 5px; line-height: 5px; " > </td>
|
<td height="5" width="8" style=" font-size: 5px; line-height: 5px; " > </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="r26-i" style=" font-size: 0px; line-height: 0px; " > <a href="https://discord.gg/A92xrEGCge" target="_blank" style=" color: #0092ff; text-decoration: underline; " > <img src="https://sendinblue-templates.s3.eu-west-3.amazonaws.com/icons/rounded_colored/discord_32px.png" width="32" border="0" class="" style=" display: block; width: 100%; " /></a> </td>
|
<td class="r26-i" style=" font-size: 0px; line-height: 0px; " > <a href="https://forum.plane.so" target="_blank" style=" color: #0092ff; text-decoration: underline; " > <img src="https://creative-assets.mailinblue.com/editor/social-icons/rounded_colored/website_32px.png" width="32" border="0" class="" style=" display: block; width: 100%; " /></a> </td>
|
||||||
<td class="nl2go-responsive-hide" width="8" style=" font-size: 0px; line-height: 1px; " > </td>
|
<td class="nl2go-responsive-hide" width="8" style=" font-size: 0px; line-height: 1px; " > </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="nl2go-responsive-hide" >
|
<tr class="nl2go-responsive-hide" >
|
||||||
|
|
@ -261,7 +261,7 @@
|
||||||
<td height="5" width="8" style=" font-size: 5px; line-height: 5px; " > </td>
|
<td height="5" width="8" style=" font-size: 5px; line-height: 5px; " > </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="r26-i" style=" font-size: 0px; line-height: 0px; " > <a href="https://twitter.com/planepowers" target="_blank" style=" color: #0092ff; text-decoration: underline; " > <img src="https://sendinblue-templates.s3.eu-west-3.amazonaws.com/icons/rounded_colored/twitter_32px.png" width="32" border="0" class="" style=" display: block; width: 100%; " /></a> </td>
|
<td class="r26-i" style=" font-size: 0px; line-height: 0px; " > <a href="https://twitter.com/planepowers" target="_blank" style=" color: #0092ff; text-decoration: underline; " > <img src="https://creative-assets.mailinblue.com/editor/social-icons/rounded_colored/twitter_32px.png" width="32" border="0" class="" style=" display: block; width: 100%; " /></a> </td>
|
||||||
<td class="nl2go-responsive-hide" width="8" style=" font-size: 0px; line-height: 1px; " > </td>
|
<td class="nl2go-responsive-hide" width="8" style=" font-size: 0px; line-height: 1px; " > </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="nl2go-responsive-hide" >
|
<tr class="nl2go-responsive-hide" >
|
||||||
|
|
@ -277,7 +277,7 @@
|
||||||
<td height="5" style=" font-size: 5px; line-height: 5px; " > </td>
|
<td height="5" style=" font-size: 5px; line-height: 5px; " > </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="r26-i" style=" font-size: 0px; line-height: 0px; " > <a href="https://www.linkedin.com/company/planepowers/" target="_blank" style=" color: #0092ff; text-decoration: underline; " > <img src="https://sendinblue-templates.s3.eu-west-3.amazonaws.com/icons/rounded_colored/linkedin_32px.png" width="32" border="0" class="" style=" display: block; width: 100%; " /></a> </td>
|
<td class="r26-i" style=" font-size: 0px; line-height: 0px; " > <a href="https://www.linkedin.com/company/planepowers/" target="_blank" style=" color: #0092ff; text-decoration: underline; " > <img src="https://creative-assets.mailinblue.com/editor/social-icons/rounded_colored/linkedin_32px.png" width="32" border="0" class="" style=" display: block; width: 100%; " /></a> </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="nl2go-responsive-hide" >
|
<tr class="nl2go-responsive-hide" >
|
||||||
<td height="5" style=" font-size: 5px; line-height: 5px; " > </td>
|
<td height="5" style=" font-size: 5px; line-height: 5px; " > </td>
|
||||||
|
|
@ -346,4 +346,4 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -155,7 +155,7 @@
|
||||||
<td class="nl2go-responsive-hide" width="2" style=" font-size: 0px; line-height: 1px; background-color: #efefef; " > </td>
|
<td class="nl2go-responsive-hide" width="2" style=" font-size: 0px; line-height: 1px; background-color: #efefef; " > </td>
|
||||||
<td align="left" valign="top" class="r21-i nl2go-default-textstyle" style=" color: #3b3f44; font-family: georgia, serif; font-size: 16px; word-break: break-word; line-height: 1.5; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; text-align: left; " >
|
<td align="left" valign="top" class="r21-i nl2go-default-textstyle" style=" color: #3b3f44; font-family: georgia, serif; font-size: 16px; word-break: break-word; line-height: 1.5; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; text-align: left; " >
|
||||||
<div>
|
<div>
|
||||||
<p style="margin: 0"> <span style="font-size: 13px" >Despite our popularity, we are humbly early-stage. We are shipping fast, so please reach out to us with feature requests, major and minor nits, and anything else you find missing. We read every </span ><a href="https://discord.com/channels/1031547764020084846/1094927053867995176" title="Plane Support on Discod" target="_blank" style=" color: #006399; text-decoration: underline; " ><span style="font-size: 13px" >message</span ></a ><span style="font-size: 13px" >, </span ><a href="http://twitter.com/planepowers" title="@planepowers" target="_blank" style=" color: #006399; text-decoration: underline; " ><span style="font-size: 13px" >tweet</span ></a ><span style="font-size: 13px" >, and </span ><a href="https://github.com/makeplane/plane/issues" title="Plane's GitHub conversations" target="_blank" style=" color: #006399; text-decoration: underline; " ><span style="font-size: 13px" >conversation</span ></a ><span style="font-size: 13px" > and update </span ><a href="https://plane.sh/plane/0b170a1c-0e55-47cb-9307-ea49a05672b5?board=kanban" title="Plane's roadmap" target="_blank" style=" color: #006399; text-decoration: underline; " ><span style="font-size: 13px" >our public roadmap</span ></a ><span style="font-size: 13px" >.</span > </p>
|
<p style="margin: 0"> <span style="font-size: 13px" >Despite our popularity, we are humbly early-stage. We are shipping fast, so please reach out to us with feature requests, major and minor nits, and anything else you find missing. We read every </span ><a href="https://forum.plane.so" title="Plane Forum" target="_blank" style=" color: #006399; text-decoration: underline; " ><span style="font-size: 13px" >message</span ></a ><span style="font-size: 13px" >, </span ><a href="http://twitter.com/planepowers" title="@planepowers" target="_blank" style=" color: #006399; text-decoration: underline; " ><span style="font-size: 13px" >tweet</span ></a ><span style="font-size: 13px" >, and </span ><a href="https://github.com/makeplane/plane/issues" title="Plane's GitHub conversations" target="_blank" style=" color: #006399; text-decoration: underline; " ><span style="font-size: 13px" >conversation</span ></a ><span style="font-size: 13px" > and update </span ><a href="https://plane.sh/plane/0b170a1c-0e55-47cb-9307-ea49a05672b5?board=kanban" title="Plane's roadmap" target="_blank" style=" color: #006399; text-decoration: underline; " ><span style="font-size: 13px" >our public roadmap</span ></a ><span style="font-size: 13px" >.</span > </p>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="nl2go-responsive-hide" width="2" style=" font-size: 0px; line-height: 1px; background-color: #efefef; " > </td>
|
<td class="nl2go-responsive-hide" width="2" style=" font-size: 0px; line-height: 1px; background-color: #efefef; " > </td>
|
||||||
|
|
|
||||||
|
|
@ -959,8 +959,8 @@
|
||||||
nits, and anything else you
|
nits, and anything else you
|
||||||
find missing. We read every </span
|
find missing. We read every </span
|
||||||
><a
|
><a
|
||||||
href="https://discord.com/channels/1031547764020084846/1094927053867995176"
|
href="https://forum.plane.so"
|
||||||
title="Plane Support on Discod"
|
title="Plane Forum"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
style="
|
style="
|
||||||
color: #006399;
|
color: #006399;
|
||||||
|
|
|
||||||
|
|
@ -960,8 +960,8 @@
|
||||||
nits, and anything else you
|
nits, and anything else you
|
||||||
find missing. We read every </span
|
find missing. We read every </span
|
||||||
><a
|
><a
|
||||||
href="https://discord.com/channels/1031547764020084846/1094927053867995176"
|
href="https://forum.plane.so"
|
||||||
title="Plane Support on Discod"
|
title="Plane Forum"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
style="
|
style="
|
||||||
color: #006399;
|
color: #006399;
|
||||||
|
|
|
||||||
|
|
@ -24,13 +24,8 @@ function ErrorPage() {
|
||||||
support@plane.so
|
support@plane.so
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
or on our{" "}
|
or on our{" "}
|
||||||
<a
|
<a href="https://forum.plane.so" target="_blank" className="text-accent-primary" rel="noopener noreferrer">
|
||||||
href="https://discord.com/invite/A92xrEGCge"
|
Forum
|
||||||
target="_blank"
|
|
||||||
className="text-accent-primary"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
>
|
|
||||||
Discord
|
|
||||||
</a>
|
</a>
|
||||||
.
|
.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
|
|
@ -115,7 +115,7 @@ function WorkspaceInvitationPage() {
|
||||||
<EmptySpaceItem
|
<EmptySpaceItem
|
||||||
Icon={Share2}
|
Icon={Share2}
|
||||||
title="Join our community of active creators"
|
title="Join our community of active creators"
|
||||||
href="https://discord.com/invite/A92xrEGCge"
|
href="https://forum.plane.so"
|
||||||
/>
|
/>
|
||||||
</EmptySpace>
|
</EmptySpace>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -52,12 +52,12 @@ export function ProductUpdatesFooter() {
|
||||||
<circle cx={1} cy={1} r={1} />
|
<circle cx={1} cy={1} r={1} />
|
||||||
</svg>
|
</svg>
|
||||||
<a
|
<a
|
||||||
href="https://go.plane.so/p-discord"
|
href="https://forum.plane.so"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className="text-13 text-secondary underline-offset-1 outline-none hover:text-primary hover:underline"
|
className="text-13 text-secondary underline-offset-1 outline-none hover:text-primary hover:underline"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
Discord
|
Forum
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a
|
<a
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { FileText, GithubIcon, MessageSquare, Rocket } from "lucide-react";
|
import { FileText, GithubIcon, MessageSquare, Rocket } from "lucide-react";
|
||||||
// plane imports
|
|
||||||
import { DiscordIcon } from "@plane/propel/icons";
|
|
||||||
// components
|
// components
|
||||||
import type { TPowerKCommandConfig } from "@/components/power-k/core/types";
|
import type { TPowerKCommandConfig } from "@/components/power-k/core/types";
|
||||||
// hooks
|
// hooks
|
||||||
|
|
@ -48,13 +46,13 @@ export const usePowerKHelpCommands = (): TPowerKCommandConfig[] => {
|
||||||
closeOnSelect: true,
|
closeOnSelect: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "join_discord",
|
id: "join_forum",
|
||||||
type: "action",
|
type: "action",
|
||||||
group: "help",
|
group: "help",
|
||||||
i18n_title: "power_k.help_actions.join_discord",
|
i18n_title: "power_k.help_actions.join_forum",
|
||||||
icon: DiscordIcon,
|
icon: MessageSquare,
|
||||||
action: () => {
|
action: () => {
|
||||||
window.open("https://discord.com/invite/A92xrEGCge", "_blank", "noopener,noreferrer");
|
window.open("https://forum.plane.so", "_blank", "noopener,noreferrer");
|
||||||
},
|
},
|
||||||
isEnabled: () => true,
|
isEnabled: () => true,
|
||||||
isVisible: () => true,
|
isVisible: () => true,
|
||||||
|
|
|
||||||
|
|
@ -93,11 +93,9 @@ export const HelpMenuRoot = observer(function HelpMenuRoot() {
|
||||||
<span className="text-11">{t("whats_new")}</span>
|
<span className="text-11">{t("whats_new")}</span>
|
||||||
</button>
|
</button>
|
||||||
</CustomMenu.MenuItem>
|
</CustomMenu.MenuItem>
|
||||||
<CustomMenu.MenuItem
|
<CustomMenu.MenuItem onClick={() => window.open("https://forum.plane.so", "_blank", "noopener,noreferrer")}>
|
||||||
onClick={() => window.open("https://go.plane.so/p-discord", "_blank", "noopener,noreferrer")}
|
|
||||||
>
|
|
||||||
<div className="flex items-center gap-x-2 rounded-sm text-11">
|
<div className="flex items-center gap-x-2 rounded-sm text-11">
|
||||||
<span className="text-11">Discord</span>
|
<span className="text-11">Forum</span>
|
||||||
</div>
|
</div>
|
||||||
</CustomMenu.MenuItem>
|
</CustomMenu.MenuItem>
|
||||||
<div className="mt-1 border-t border-subtle px-1 pt-2 text-11 text-secondary">
|
<div className="mt-1 border-t border-subtle px-1 pt-2 text-11 text-secondary">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,7 @@
|
||||||
* See the LICENSE file for details.
|
* See the LICENSE file for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Mail, MessageCircle } from "lucide-react";
|
import { Mail, MessageCircle, MessageSquare } from "lucide-react";
|
||||||
import { DiscordIcon } from "@plane/propel/icons";
|
|
||||||
import { EProductSubscriptionEnum } from "@plane/types";
|
import { EProductSubscriptionEnum } from "@plane/types";
|
||||||
// plane imports
|
// plane imports
|
||||||
import { cn } from "@plane/utils";
|
import { cn } from "@plane/utils";
|
||||||
|
|
@ -51,8 +50,8 @@ type PlanePlans = {
|
||||||
planComparison: TPlansComparisonDetails[];
|
planComparison: TPlansComparisonDetails[];
|
||||||
};
|
};
|
||||||
|
|
||||||
function RiDiscordFill({ className }: { className?: string }) {
|
function ForumIcon({ className }: { className?: string }) {
|
||||||
return <DiscordIcon className={cn(className, "size-5 text-secondary")} />;
|
return <MessageSquare className={cn(className, "size-5 text-secondary")} />;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function ComingSoonBadge({ className }: { className?: string }) {
|
export function ComingSoonBadge({ className }: { className?: string }) {
|
||||||
|
|
@ -1212,19 +1211,19 @@ export const PLANS_COMPARISON_LIST: TPlansComparisonDetails[] = [
|
||||||
cloud: {
|
cloud: {
|
||||||
free: (
|
free: (
|
||||||
<>
|
<>
|
||||||
<RiDiscordFill className="size-4" />
|
<ForumIcon className="size-4" />
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
one: (
|
one: (
|
||||||
<div className="flex items-center gap-1">
|
<div className="flex items-center gap-1">
|
||||||
<Mail className="size-4 flex-shrink-0" />
|
<Mail className="size-4 flex-shrink-0" />
|
||||||
<RiDiscordFill className="size-4 flex-shrink-0" />
|
<ForumIcon className="size-4 flex-shrink-0" />
|
||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
pro: (
|
pro: (
|
||||||
<div className="flex items-center gap-1">
|
<div className="flex items-center gap-1">
|
||||||
<Mail className="size-4 flex-shrink-0" />
|
<Mail className="size-4 flex-shrink-0" />
|
||||||
<RiDiscordFill className="size-4 flex-shrink-0" />
|
<ForumIcon className="size-4 flex-shrink-0" />
|
||||||
<MessageCircle className="size-4 flex-shrink-0" />
|
<MessageCircle className="size-4 flex-shrink-0" />
|
||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
|
|
|
||||||
|
|
@ -408,7 +408,7 @@ export default {
|
||||||
docs: "Dokumentace",
|
docs: "Dokumentace",
|
||||||
full_changelog: "Úplný změnový protokol",
|
full_changelog: "Úplný změnový protokol",
|
||||||
support: "Podpora",
|
support: "Podpora",
|
||||||
discord: "Discord",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "Poháněno Plane Pages",
|
powered_by_plane_pages: "Poháněno Plane Pages",
|
||||||
please_select_at_least_one_invitation: "Vyberte alespoň jednu pozvánku.",
|
please_select_at_least_one_invitation: "Vyberte alespoň jednu pozvánku.",
|
||||||
please_select_at_least_one_invitation_description:
|
please_select_at_least_one_invitation_description:
|
||||||
|
|
|
||||||
|
|
@ -419,7 +419,7 @@ export default {
|
||||||
docs: "Dokumentation",
|
docs: "Dokumentation",
|
||||||
full_changelog: "Vollständiges Änderungsprotokoll",
|
full_changelog: "Vollständiges Änderungsprotokoll",
|
||||||
support: "Support",
|
support: "Support",
|
||||||
discord: "Discord",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "Bereitgestellt von Plane Pages",
|
powered_by_plane_pages: "Bereitgestellt von Plane Pages",
|
||||||
please_select_at_least_one_invitation: "Bitte wählen Sie mindestens eine Einladung aus.",
|
please_select_at_least_one_invitation: "Bitte wählen Sie mindestens eine Einladung aus.",
|
||||||
please_select_at_least_one_invitation_description:
|
please_select_at_least_one_invitation_description:
|
||||||
|
|
|
||||||
|
|
@ -242,7 +242,7 @@ export default {
|
||||||
docs: "Docs",
|
docs: "Docs",
|
||||||
full_changelog: "Full changelog",
|
full_changelog: "Full changelog",
|
||||||
support: "Support",
|
support: "Support",
|
||||||
discord: "Discord",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "Powered by Plane Pages",
|
powered_by_plane_pages: "Powered by Plane Pages",
|
||||||
please_select_at_least_one_invitation: "Please select at least one invitation.",
|
please_select_at_least_one_invitation: "Please select at least one invitation.",
|
||||||
please_select_at_least_one_invitation_description: "Please select at least one invitation to join the workspace.",
|
please_select_at_least_one_invitation_description: "Please select at least one invitation to join the workspace.",
|
||||||
|
|
@ -2695,7 +2695,7 @@ export default {
|
||||||
help_actions: {
|
help_actions: {
|
||||||
open_keyboard_shortcuts: "Open keyboard shortcuts",
|
open_keyboard_shortcuts: "Open keyboard shortcuts",
|
||||||
open_plane_documentation: "Open Plane documentation",
|
open_plane_documentation: "Open Plane documentation",
|
||||||
join_discord: "Join our Discord",
|
join_forum: "Join our Forum",
|
||||||
report_bug: "Report a bug",
|
report_bug: "Report a bug",
|
||||||
chat_with_us: "Chat with us",
|
chat_with_us: "Chat with us",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -419,7 +419,7 @@ export default {
|
||||||
docs: "Documentación",
|
docs: "Documentación",
|
||||||
full_changelog: "Registro de cambios completo",
|
full_changelog: "Registro de cambios completo",
|
||||||
support: "Soporte",
|
support: "Soporte",
|
||||||
discord: "Discord",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "Desarrollado por Plane Pages",
|
powered_by_plane_pages: "Desarrollado por Plane Pages",
|
||||||
please_select_at_least_one_invitation: "Por favor selecciona al menos una invitación.",
|
please_select_at_least_one_invitation: "Por favor selecciona al menos una invitación.",
|
||||||
please_select_at_least_one_invitation_description:
|
please_select_at_least_one_invitation_description:
|
||||||
|
|
|
||||||
|
|
@ -415,7 +415,7 @@ export default {
|
||||||
docs: "Documentation",
|
docs: "Documentation",
|
||||||
full_changelog: "Journal des modifications complet",
|
full_changelog: "Journal des modifications complet",
|
||||||
support: "Support",
|
support: "Support",
|
||||||
discord: "Discord",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "Propulsé par Plane Pages",
|
powered_by_plane_pages: "Propulsé par Plane Pages",
|
||||||
please_select_at_least_one_invitation: "Veuillez sélectionner au moins une invitation.",
|
please_select_at_least_one_invitation: "Veuillez sélectionner au moins une invitation.",
|
||||||
please_select_at_least_one_invitation_description:
|
please_select_at_least_one_invitation_description:
|
||||||
|
|
|
||||||
|
|
@ -411,7 +411,7 @@ export default {
|
||||||
docs: "Dokumen",
|
docs: "Dokumen",
|
||||||
full_changelog: "Changelog lengkap",
|
full_changelog: "Changelog lengkap",
|
||||||
support: "Dukungan",
|
support: "Dukungan",
|
||||||
discord: "Discord",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "Ditenagai oleh Plane Pages",
|
powered_by_plane_pages: "Ditenagai oleh Plane Pages",
|
||||||
please_select_at_least_one_invitation: "Silakan pilih setidaknya satu undangan.",
|
please_select_at_least_one_invitation: "Silakan pilih setidaknya satu undangan.",
|
||||||
please_select_at_least_one_invitation_description:
|
please_select_at_least_one_invitation_description:
|
||||||
|
|
|
||||||
|
|
@ -413,7 +413,7 @@ export default {
|
||||||
docs: "Documentazione",
|
docs: "Documentazione",
|
||||||
full_changelog: "Changelog completo",
|
full_changelog: "Changelog completo",
|
||||||
support: "Supporto",
|
support: "Supporto",
|
||||||
discord: "Discord",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "Supportato da Plane Pages",
|
powered_by_plane_pages: "Supportato da Plane Pages",
|
||||||
please_select_at_least_one_invitation: "Seleziona almeno un invito.",
|
please_select_at_least_one_invitation: "Seleziona almeno un invito.",
|
||||||
please_select_at_least_one_invitation_description: "Seleziona almeno un invito per unirti allo spazio di lavoro.",
|
please_select_at_least_one_invitation_description: "Seleziona almeno un invito per unirti allo spazio di lavoro.",
|
||||||
|
|
|
||||||
|
|
@ -408,7 +408,7 @@ export default {
|
||||||
docs: "ドキュメント",
|
docs: "ドキュメント",
|
||||||
full_changelog: "完全な変更履歴",
|
full_changelog: "完全な変更履歴",
|
||||||
support: "サポート",
|
support: "サポート",
|
||||||
discord: "Discord",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "Powered by Plane Pages",
|
powered_by_plane_pages: "Powered by Plane Pages",
|
||||||
please_select_at_least_one_invitation: "少なくとも1つの招待を選択してください。",
|
please_select_at_least_one_invitation: "少なくとも1つの招待を選択してください。",
|
||||||
please_select_at_least_one_invitation_description:
|
please_select_at_least_one_invitation_description:
|
||||||
|
|
|
||||||
|
|
@ -403,7 +403,7 @@ export default {
|
||||||
docs: "문서",
|
docs: "문서",
|
||||||
full_changelog: "전체 변경 로그",
|
full_changelog: "전체 변경 로그",
|
||||||
support: "지원",
|
support: "지원",
|
||||||
discord: "디스코드",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "Plane Pages 제공",
|
powered_by_plane_pages: "Plane Pages 제공",
|
||||||
please_select_at_least_one_invitation: "최소 하나의 초대를 선택하세요.",
|
please_select_at_least_one_invitation: "최소 하나의 초대를 선택하세요.",
|
||||||
please_select_at_least_one_invitation_description: "작업 공간에 참여하려면 최소 하나의 초대를 선택하세요.",
|
please_select_at_least_one_invitation_description: "작업 공간에 참여하려면 최소 하나의 초대를 선택하세요.",
|
||||||
|
|
|
||||||
|
|
@ -406,7 +406,7 @@ export default {
|
||||||
docs: "Dokumentację",
|
docs: "Dokumentację",
|
||||||
full_changelog: "Pełny dziennik zmian",
|
full_changelog: "Pełny dziennik zmian",
|
||||||
support: "Wsparcie",
|
support: "Wsparcie",
|
||||||
discord: "Discord",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "Oparte na Plane Pages",
|
powered_by_plane_pages: "Oparte na Plane Pages",
|
||||||
please_select_at_least_one_invitation: "Wybierz co najmniej jedno zaproszenie.",
|
please_select_at_least_one_invitation: "Wybierz co najmniej jedno zaproszenie.",
|
||||||
please_select_at_least_one_invitation_description:
|
please_select_at_least_one_invitation_description:
|
||||||
|
|
|
||||||
|
|
@ -415,7 +415,7 @@ export default {
|
||||||
docs: "Documentos",
|
docs: "Documentos",
|
||||||
full_changelog: "Changelog completo",
|
full_changelog: "Changelog completo",
|
||||||
support: "Suporte",
|
support: "Suporte",
|
||||||
discord: "Discord",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "Desenvolvido por Plane Pages",
|
powered_by_plane_pages: "Desenvolvido por Plane Pages",
|
||||||
please_select_at_least_one_invitation: "Selecione pelo menos um convite.",
|
please_select_at_least_one_invitation: "Selecione pelo menos um convite.",
|
||||||
please_select_at_least_one_invitation_description:
|
please_select_at_least_one_invitation_description:
|
||||||
|
|
|
||||||
|
|
@ -412,7 +412,7 @@ export default {
|
||||||
docs: "Documentație",
|
docs: "Documentație",
|
||||||
full_changelog: "Jurnal complet al modificărilor",
|
full_changelog: "Jurnal complet al modificărilor",
|
||||||
support: "Suport",
|
support: "Suport",
|
||||||
discord: "Discord",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "Oferit de Plane Documentație",
|
powered_by_plane_pages: "Oferit de Plane Documentație",
|
||||||
please_select_at_least_one_invitation: "Te rugăm să selectezi cel puțin o invitație.",
|
please_select_at_least_one_invitation: "Te rugăm să selectezi cel puțin o invitație.",
|
||||||
please_select_at_least_one_invitation_description:
|
please_select_at_least_one_invitation_description:
|
||||||
|
|
|
||||||
|
|
@ -415,7 +415,7 @@ export default {
|
||||||
docs: "Документация",
|
docs: "Документация",
|
||||||
full_changelog: "Полный журнал изменений",
|
full_changelog: "Полный журнал изменений",
|
||||||
support: "Поддержка",
|
support: "Поддержка",
|
||||||
discord: "Discord",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "Работает на Plane Pages",
|
powered_by_plane_pages: "Работает на Plane Pages",
|
||||||
please_select_at_least_one_invitation: "Пожалуйста, выберите хотя бы одно приглашение.",
|
please_select_at_least_one_invitation: "Пожалуйста, выберите хотя бы одно приглашение.",
|
||||||
please_select_at_least_one_invitation_description:
|
please_select_at_least_one_invitation_description:
|
||||||
|
|
@ -2867,7 +2867,7 @@ export default {
|
||||||
help_actions: {
|
help_actions: {
|
||||||
open_keyboard_shortcuts: "Открыть горячие клавиши",
|
open_keyboard_shortcuts: "Открыть горячие клавиши",
|
||||||
open_plane_documentation: "Открыть документацию Plane",
|
open_plane_documentation: "Открыть документацию Plane",
|
||||||
join_discord: "Присоединиться к Discord",
|
join_forum: "Присоединиться к Forum",
|
||||||
report_bug: "Сообщить об ошибке",
|
report_bug: "Сообщить об ошибке",
|
||||||
chat_with_us: "Написать нам",
|
chat_with_us: "Написать нам",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -408,7 +408,7 @@ export default {
|
||||||
docs: "Dokumentáciu",
|
docs: "Dokumentáciu",
|
||||||
full_changelog: "Úplný zmenový protokol",
|
full_changelog: "Úplný zmenový protokol",
|
||||||
support: "Podpora",
|
support: "Podpora",
|
||||||
discord: "Discord",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "Poháňa Plane Pages",
|
powered_by_plane_pages: "Poháňa Plane Pages",
|
||||||
please_select_at_least_one_invitation: "Vyberte aspoň jednu pozvánku.",
|
please_select_at_least_one_invitation: "Vyberte aspoň jednu pozvánku.",
|
||||||
please_select_at_least_one_invitation_description:
|
please_select_at_least_one_invitation_description:
|
||||||
|
|
|
||||||
|
|
@ -409,7 +409,7 @@ export default {
|
||||||
docs: "Dokümanlar",
|
docs: "Dokümanlar",
|
||||||
full_changelog: "Tam Değişiklik Kaydı",
|
full_changelog: "Tam Değişiklik Kaydı",
|
||||||
support: "Destek",
|
support: "Destek",
|
||||||
discord: "Discord",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "Plane Pages tarafından desteklenmektedir",
|
powered_by_plane_pages: "Plane Pages tarafından desteklenmektedir",
|
||||||
please_select_at_least_one_invitation: "Lütfen en az bir davet seçin.",
|
please_select_at_least_one_invitation: "Lütfen en az bir davet seçin.",
|
||||||
please_select_at_least_one_invitation_description: "Çalışma alanına katılmak için lütfen en az bir davet seçin.",
|
please_select_at_least_one_invitation_description: "Çalışma alanına katılmak için lütfen en az bir davet seçin.",
|
||||||
|
|
|
||||||
|
|
@ -415,7 +415,7 @@ export default {
|
||||||
docs: "Документацію",
|
docs: "Документацію",
|
||||||
full_changelog: "Повний журнал змін",
|
full_changelog: "Повний журнал змін",
|
||||||
support: "Підтримка",
|
support: "Підтримка",
|
||||||
discord: "Discord",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "Працює на Plane Pages",
|
powered_by_plane_pages: "Працює на Plane Pages",
|
||||||
please_select_at_least_one_invitation: "Виберіть принаймні одне запрошення.",
|
please_select_at_least_one_invitation: "Виберіть принаймні одне запрошення.",
|
||||||
please_select_at_least_one_invitation_description:
|
please_select_at_least_one_invitation_description:
|
||||||
|
|
@ -2859,7 +2859,7 @@ export default {
|
||||||
help_actions: {
|
help_actions: {
|
||||||
open_keyboard_shortcuts: "Відкрити гарячі клавіші",
|
open_keyboard_shortcuts: "Відкрити гарячі клавіші",
|
||||||
open_plane_documentation: "Відкрити документацію Plane",
|
open_plane_documentation: "Відкрити документацію Plane",
|
||||||
join_discord: "Приєднатися до Discord",
|
join_forum: "Приєднатися до Forum",
|
||||||
report_bug: "Повідомити про помилку",
|
report_bug: "Повідомити про помилку",
|
||||||
chat_with_us: "Написати нам",
|
chat_with_us: "Написати нам",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -412,7 +412,7 @@ export default {
|
||||||
docs: "Tài liệu",
|
docs: "Tài liệu",
|
||||||
full_changelog: "Nhật ký thay đổi đầy đủ",
|
full_changelog: "Nhật ký thay đổi đầy đủ",
|
||||||
support: "Hỗ trợ",
|
support: "Hỗ trợ",
|
||||||
discord: "Discord",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "Được hỗ trợ bởi Plane Pages",
|
powered_by_plane_pages: "Được hỗ trợ bởi Plane Pages",
|
||||||
please_select_at_least_one_invitation: "Vui lòng chọn ít nhất một lời mời.",
|
please_select_at_least_one_invitation: "Vui lòng chọn ít nhất một lời mời.",
|
||||||
please_select_at_least_one_invitation_description:
|
please_select_at_least_one_invitation_description:
|
||||||
|
|
|
||||||
|
|
@ -398,7 +398,7 @@ export default {
|
||||||
docs: "文档",
|
docs: "文档",
|
||||||
full_changelog: "完整更新日志",
|
full_changelog: "完整更新日志",
|
||||||
support: "支持",
|
support: "支持",
|
||||||
discord: "Discord",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "由Plane Pages提供支持",
|
powered_by_plane_pages: "由Plane Pages提供支持",
|
||||||
please_select_at_least_one_invitation: "请至少选择一个邀请。",
|
please_select_at_least_one_invitation: "请至少选择一个邀请。",
|
||||||
please_select_at_least_one_invitation_description: "请至少选择一个加入工作区的邀请。",
|
please_select_at_least_one_invitation_description: "请至少选择一个加入工作区的邀请。",
|
||||||
|
|
|
||||||
|
|
@ -397,7 +397,7 @@ export default {
|
||||||
docs: "文件",
|
docs: "文件",
|
||||||
full_changelog: "完整更新日誌",
|
full_changelog: "完整更新日誌",
|
||||||
support: "支援",
|
support: "支援",
|
||||||
discord: "Discord",
|
forum: "Forum",
|
||||||
powered_by_plane_pages: "由 Plane Pages 提供",
|
powered_by_plane_pages: "由 Plane Pages 提供",
|
||||||
please_select_at_least_one_invitation: "請至少選擇一個邀請。",
|
please_select_at_least_one_invitation: "請至少選擇一個邀請。",
|
||||||
please_select_at_least_one_invitation_description: "請至少選擇一個邀請加入工作區。",
|
please_select_at_least_one_invitation_description: "請至少選擇一個邀請加入工作區。",
|
||||||
|
|
|
||||||
|
|
@ -1,40 +0,0 @@
|
||||||
/**
|
|
||||||
* Copyright (c) 2023-present Plane Software, Inc. and contributors
|
|
||||||
* SPDX-License-Identifier: AGPL-3.0-only
|
|
||||||
* See the LICENSE file for details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import * as React from "react";
|
|
||||||
|
|
||||||
import type { ISvgIcons } from "./type";
|
|
||||||
|
|
||||||
export function DiscordIcon({ width = "24", height = "24", className }: ISvgIcons) {
|
|
||||||
return (
|
|
||||||
<svg
|
|
||||||
width={width}
|
|
||||||
height={height}
|
|
||||||
className={className}
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="currentColor"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
>
|
|
||||||
<g clipPath="url(#clip0_4112_17440)">
|
|
||||||
<mask id="mask0_4112_17440" maskUnits="userSpaceOnUse" x="0" y="0" width={width} height={height}>
|
|
||||||
<path d="M24 0H0V24H24V0Z" fill="white" />
|
|
||||||
</mask>
|
|
||||||
<g mask="url(#mask0_4112_17440)">
|
|
||||||
<path
|
|
||||||
d="M18.9312 5.63864C17.6346 5.0435 16.2662 4.61913 14.8604 4.37614C14.8476 4.37364 14.8343 4.37528 14.8225 4.38082C14.8106 4.38636 14.8009 4.39552 14.7946 4.40697C14.6196 4.71947 14.4246 5.12697 14.2879 5.44864C12.7724 5.21846 11.2309 5.21846 9.7154 5.44864C9.5633 5.09222 9.39165 4.74447 9.20123 4.40697C9.19467 4.39578 9.18486 4.38684 9.1731 4.38133C9.16135 4.37583 9.1482 4.37402 9.1354 4.37614C7.72944 4.61862 6.36101 5.04302 5.06457 5.63864C5.05359 5.64324 5.04429 5.65109 5.0379 5.66114C2.44457 9.5353 1.73373 13.3137 2.0829 17.0445C2.08375 17.0538 2.08648 17.0627 2.09092 17.0709C2.09536 17.0791 2.10142 17.0863 2.10873 17.092C3.6184 18.2105 5.30716 19.0643 7.1029 19.617C7.11556 19.6207 7.12903 19.6204 7.14153 19.6162C7.15403 19.6121 7.16497 19.6042 7.1729 19.5937C7.55895 19.0691 7.90069 18.5133 8.19457 17.932C8.19866 17.924 8.20103 17.9153 8.2015 17.9064C8.20198 17.8974 8.20056 17.8885 8.19733 17.8802C8.1941 17.8718 8.18914 17.8642 8.18278 17.858C8.17641 17.8517 8.16878 17.8468 8.1604 17.8437C7.62159 17.6375 7.09995 17.3889 6.6004 17.1003C6.59124 17.095 6.58354 17.0876 6.57797 17.0786C6.5724 17.0696 6.56914 17.0593 6.56848 17.0488C6.56782 17.0382 6.56978 17.0277 6.57418 17.0181C6.57859 17.0084 6.58531 17.0001 6.59373 16.9937C6.69893 16.915 6.80229 16.8338 6.90373 16.7503C6.91261 16.7431 6.92331 16.7385 6.93464 16.7371C6.94597 16.7356 6.95748 16.7373 6.9679 16.742C10.2412 18.2362 13.7846 18.2362 17.0196 16.742C17.0301 16.7371 17.0418 16.7353 17.0533 16.7368C17.0648 16.7383 17.0756 16.743 17.0846 16.7503C17.1846 16.832 17.2896 16.9153 17.3954 16.9937C17.4037 17 17.4104 17.0082 17.4148 17.0176C17.4193 17.0271 17.4213 17.0375 17.4208 17.0479C17.4203 17.0583 17.4173 17.0685 17.412 17.0775C17.4067 17.0865 17.3993 17.094 17.3904 17.0995C16.892 17.3908 16.3699 17.6395 15.8296 17.8428C15.8212 17.8461 15.8135 17.851 15.8071 17.8574C15.8008 17.8637 15.7958 17.8714 15.7926 17.8798C15.7894 17.8882 15.788 17.8972 15.7884 17.9062C15.7889 17.9152 15.7913 17.924 15.7954 17.932C16.0954 18.5137 16.4387 19.067 16.8162 19.5928C16.824 19.6035 16.8349 19.6116 16.8475 19.6157C16.86 19.6199 16.8736 19.6201 16.8862 19.6162C18.685 19.0652 20.3765 18.2113 21.8879 17.0912C21.8953 17.086 21.9014 17.0793 21.906 17.0715C21.9106 17.0638 21.9135 17.0551 21.9146 17.0462C22.3312 12.732 21.2162 8.98447 18.9571 5.6628C18.9518 5.6516 18.9426 5.64355 18.9312 5.63864ZM8.68373 14.772C7.6979 14.772 6.88623 13.8678 6.88623 12.7562C6.88623 11.6453 7.6829 10.7403 8.68373 10.7403C9.69207 10.7403 10.4971 11.6536 10.4812 12.757C10.4812 13.8678 9.68457 14.772 8.68373 14.772ZM15.3296 14.772C14.3437 14.772 13.5321 13.8678 13.5321 12.7562C13.5321 11.6453 14.3279 10.7403 15.3296 10.7403C16.3379 10.7403 17.1429 11.6536 17.1271 12.757C17.1271 13.8678 16.3387 14.772 15.3296 14.772Z"
|
|
||||||
fill="currentColor"
|
|
||||||
stroke="currentColor"
|
|
||||||
/>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<defs>
|
|
||||||
<clipPath id="clip0_4112_17440">
|
|
||||||
<rect width={width} height={height} fill="white" />
|
|
||||||
</clipPath>
|
|
||||||
</defs>
|
|
||||||
</svg>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
@ -25,7 +25,6 @@ export * from "./create-icon";
|
||||||
export * from "./cycle";
|
export * from "./cycle";
|
||||||
export * from "./default-icon";
|
export * from "./default-icon";
|
||||||
export * from "./dice-icon";
|
export * from "./dice-icon";
|
||||||
export * from "./discord-icon";
|
|
||||||
export * from "./display-properties";
|
export * from "./display-properties";
|
||||||
export * from "./done-icon";
|
export * from "./done-icon";
|
||||||
export * from "./dropdown-icon";
|
export * from "./dropdown-icon";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue