Skip to content

Commit

Permalink
Add discord link to sidebar, upgrade docusaurus (#1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
aniav authored Jan 2, 2025
1 parent 685d481 commit aa92e19
Show file tree
Hide file tree
Showing 4 changed files with 3,021 additions and 556 deletions.
19 changes: 15 additions & 4 deletions components/Icons/icons.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { Shield } from "lucide-react";
import React from "react";

const paths = {
graphql: (
Expand Down Expand Up @@ -106,9 +106,7 @@ const paths = {
fill="currentColor"
/>
),
shield: (
<Shield size={16} />
),
shield: <Shield size={16} />,
feedback: (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -126,6 +124,19 @@ const paths = {
<path d="M16 10h.01" />
</svg>
),
discord: (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 25 20"
className="mr-2 h-6 w-6"
>
<path
fill="currentColor"
d="M20.83 2.27A19.6 19.6 0 0 0 15.88.7c-.21.39-.46.9-.64 1.32a18.2 18.2 0 0 0-5.48 0c-.17-.41-.43-.93-.64-1.32-1.74.3-3.4.83-4.96 1.56A20.77 20.77 0 0 0 .6 16.17a19.8 19.8 0 0 0 6.07 3.12c.5-.68.93-1.4 1.3-2.14a13.3 13.3 0 0 1-2.04-1l.5-.4a14 14 0 0 0 12.14 0l.5.4c-.65.39-1.33.73-2.05 1 .38.75.81 1.47 1.3 2.14 1.98-.62 4-1.56 6.08-3.11a20.7 20.7 0 0 0-3.57-13.91M8.51 13.37c-1.18 0-2.15-1.1-2.15-2.45S7.3 8.47 8.5 8.47s2.18 1.1 2.16 2.45c0 1.35-.95 2.46-2.16 2.46Zm7.98 0c-1.19 0-2.16-1.1-2.16-2.45s.95-2.45 2.16-2.45c1.2 0 2.18 1.1 2.15 2.45 0 1.35-.95 2.46-2.15 2.46Z"
></path>
</svg>
),
};

const paths32 = {
Expand Down
Loading

0 comments on commit aa92e19

Please sign in to comment.