Skip to content

Commit

Permalink
Merge branch 'main' into dharamveer
Browse files Browse the repository at this point in the history
  • Loading branch information
dharamveergit committed Feb 23, 2024
2 parents 86108b4 + 125fa51 commit 62334da
Show file tree
Hide file tree
Showing 102 changed files with 980 additions and 980 deletions.
2 changes: 1 addition & 1 deletion src/assets/icons/arrow-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/assets/icons/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/icons/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/assets/icons/menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions src/assets/icons/sun.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/components/about-pages/mobile-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export default function MobileNav({
>
<path
d="M6 2.5L9.5 6L6 9.5"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
></path>
</svg>
</Disclosure.Button>
Expand Down Expand Up @@ -126,13 +126,13 @@ function SideNav({
>
<path
d="M2 14L8 14L14 14"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
></path>
<path
d="M8.15049 3.88559L10.0361 1.99997L13.3359 5.2998L11.4503 7.18542M8.15049 3.88559L4.51039 7.52569C4.32285 7.71323 4.21749 7.96758 4.21749 8.2328L4.21749 11.1184L7.10311 11.1184C7.36833 11.1184 7.62268 11.0131 7.81022 10.8255L11.4503 7.18542M8.15049 3.88559L11.4503 7.18542"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
></path>
</svg>
Edit page on github
Expand Down
14 changes: 7 additions & 7 deletions src/components/blog/search-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ export default function SearchDialog() {
>
<path
d="M12.9141 12.9167L15.8307 15.8334"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M4.16406 9.16675C4.16406 11.9282 6.40264 14.1667 9.16406 14.1667C10.5472 14.1667 11.7991 13.6052 12.7043 12.6976C13.6064 11.7931 14.1641 10.5451 14.1641 9.16675C14.1641 6.40532 11.9255 4.16675 9.16406 4.16675C6.40264 4.16675 4.16406 6.40532 4.16406 9.16675Z"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
Search
Expand Down Expand Up @@ -167,7 +167,7 @@ export default function SearchDialog() {
<Loader2 className="mr-2 h-6 w-6 animate-spin text-primary" />
</div>
) : error ? (
<div className="mt-6 rounded-lg bg-primary/10 px-6 py-4">
<div className="bg-primary/10 mt-6 rounded-lg px-6 py-4">
<h3 className="text-lg font-bold text-primary">
Something Bad Happened
</h3>
Expand Down
24 changes: 12 additions & 12 deletions src/components/community-pages/mobile-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export default function MobileNav({
<path
d="M6 2.5L9.5 6L6 9.5"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
></path>
</svg>
</Disclosure.Button>
Expand Down Expand Up @@ -159,15 +159,15 @@ function SideNav({
>
<path
d="M4.08594 9.91536L9.91927 4.08203"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
></path>
<path
d="M4.08594 4.08203H9.91927V9.91536"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
></path>
</svg>
</h4>
Expand Down Expand Up @@ -195,14 +195,14 @@ function SideNav({
<path
d="M2 14L8 14L14 14"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
></path>
<path
d="M8.15049 3.88559L10.0361 1.99997L13.3359 5.2998L11.4503 7.18542M8.15049 3.88559L4.51039 7.52569C4.32285 7.71323 4.21749 7.96758 4.21749 8.2328L4.21749 11.1184L7.10311 11.1184C7.36833 11.1184 7.62268 11.0131 7.81022 10.8255L11.4503 7.18542M8.15049 3.88559L11.4503 7.18542"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
></path>
</svg>
Edit page on github
Expand Down
4 changes: 2 additions & 2 deletions src/components/community-pages/search-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function SearchDialog({ currentPath }: { currentPath: string }) {
<>
<button
onClick={openModal}
className="dark:hover:bg-darkGray inline-flex items-center justify-center gap-x-1.5 rounded-md border border-border bg-background2 px-3 py-2 text-xs font-medium leading-none text-sortText shadow-sm hover:bg-gray-50 md:px-3.5 md:py-2.5 md:text-sm"
className="inline-flex items-center justify-center gap-x-1.5 rounded-md border border-border bg-background2 px-3 py-2 text-xs font-medium leading-none text-sortText shadow-sm hover:bg-gray-50 dark:hover:bg-darkGray md:px-3.5 md:py-2.5 md:text-sm"
>
<Search className="text-sm text-foreground" size={16} />
Search
Expand Down Expand Up @@ -144,7 +144,7 @@ export default function SearchDialog({ currentPath }: { currentPath: string }) {
<Loader2 className="mr-2 h-6 w-6 animate-spin text-primary" />
</div>
) : error ? (
<div className="mt-6 rounded-lg bg-primary/10 px-6 py-4">
<div className="bg-primary/10 mt-6 rounded-lg px-6 py-4">
<h3 className="text-lg font-bold text-primary">
Something Bad Happened
</h3>
Expand Down
2 changes: 1 addition & 1 deletion src/components/deploy-page/arrow-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/deploy-page/arrow-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/components/development-pages/mobile-nav-current-groups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ export default function MobileNav({
<path
d="M6 2.5L9.5 6L6 9.5"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
></path>
</svg>
</Disclosure.Button>
Expand Down Expand Up @@ -225,14 +225,14 @@ function SideNav({
<path
d="M2 14L8 14L14 14"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
></path>
<path
d="M8.15049 3.88559L10.0361 1.99997L13.3359 5.2998L11.4503 7.18542M8.15049 3.88559L4.51039 7.52569C4.32285 7.71323 4.21749 7.96758 4.21749 8.2328L4.21749 11.1184L7.10311 11.1184C7.36833 11.1184 7.62268 11.0131 7.81022 10.8255L11.4503 7.18542M8.15049 3.88559L11.4503 7.18542"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
></path>
</svg>
Edit page on github
Expand Down
4 changes: 2 additions & 2 deletions src/components/development-pages/mobile-nav-meetings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export default function MobileNav({
<path
d="M6 2.5L9.5 6L6 9.5"
stroke="#11181C"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
></path>
</svg>
</Disclosure.Button>
Expand Down
12 changes: 6 additions & 6 deletions src/components/development-pages/mobile-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ export default function MobileNav({
<path
d="M6 2.5L9.5 6L6 9.5"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
></path>
</svg>
</Disclosure.Button>
Expand Down Expand Up @@ -175,14 +175,14 @@ function SideNav({
<path
d="M2 14L8 14L14 14"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
></path>
<path
d="M8.15049 3.88559L10.0361 1.99997L13.3359 5.2998L11.4503 7.18542M8.15049 3.88559L4.51039 7.52569C4.32285 7.71323 4.21749 7.96758 4.21749 8.2328L4.21749 11.1184L7.10311 11.1184C7.36833 11.1184 7.62268 11.0131 7.81022 10.8255L11.4503 7.18542M8.15049 3.88559L11.4503 7.18542"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
></path>
</svg>
Edit page on github
Expand Down
4 changes: 2 additions & 2 deletions src/components/docs/mobile-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export default function MobileNav({ catName, docsNav, pathname }: any) {
<path
d="M6 2.5L9.5 6L6 9.5"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
></path>
</svg>
</Disclosure.Button>
Expand Down
Loading

0 comments on commit 62334da

Please sign in to comment.