File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -582,13 +582,13 @@ export const Icons = {
582582 < svg
583583 width = "24"
584584 height = "24"
585- viewBox = "0 0 24 24 "
585+ viewBox = "0 0 512 512 "
586586 fill = "none"
587587 xmlns = "http://www.w3.org/2000/svg"
588588 { ...props }
589589 >
590590 < path
591- d = "M21.9783 7.448L19.6183 0H4.34527L2.01827 7.448C0.666275 11.76 2.04827 16.654 5.83327 19.463L12.0053 24L18.1623 19.448C21.9173 16.638 23.3443 11.76 21.9773 7.433L15.8173 12.013L18.1603 19.463L12.0033 14.866L5.84527 19.446L8.20327 12.013L2.01527 7.463L9.64528 7.418L12.0063 0L14.3623 7.404L21.9783 7.448Z "
591+ d = "M76.598 219.534c81.954-13.469 146.22-77.719 159.673-159.672l6.609-39.875c1.219-7.75-5.063-14.516-12.89-13.953-62.391 4.812-121.188 25.531-153.72 38.812a42.042 42.042 0 00-26.094 38.907v125.984c0 7.422 6.61 13.047 13.938 11.828l12.484-2.03zM275.74 59.862c13.453 81.953 77.703 146.203 159.672 159.656l12.468 2.047c7.344 1.22 13.938-4.406 13.938- 11.828V83.753c0-17.047-10.344-32.375-26.094-38.907-32.453-13.375-91.328-34-153.703-38.812-7.844-.578-14.203 6.203-12.891 13.937l6.61 39.89zM435.474 259.081c-81.953 13.453-146.219 77.719-159.672 159.672l-8.156 77.797c-.735 7.016 7.015 11.985 12.89 8.078 0 0 .078 0 .157-.078 51.375-34.672 168.64-125.422 180.219-238.781.578-5.547-4.407-10.11-9.86-9.22l-15.5 2.532h-.078zM236.24 418.722c-13.47-81.953-77.72-146.22-159.673-159.672l-16.719-2.781c-4.89-.813-9.296 3.265-8.812 8.25 11.016 114 129.906 205.328 181.688 239.984 5.39 3.594 12.484-.734 11.828-7.172l-8.235-78.687-.078.078z "
592592 fill = "currentColor"
593593 />
594594 </ svg >
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ import { ActionCard } from "@/components/action-card";
44import { ActionCardGrid } from "@/components/action-card-grid" ;
55
66const OAUTH_PLUGINS = [
7+ {
8+ label : "Auth0" ,
9+ icon : "auth0" as const ,
10+ href : "/docs/integrations/auth0" ,
11+ } ,
712 {
813 label : "Better Auth" ,
914 icon : "betterAuth" as const ,
@@ -19,11 +24,6 @@ const OAUTH_PLUGINS = [
1924 icon : "workos" as const ,
2025 href : "/docs/integrations/workos" ,
2126 } ,
22- {
23- label : "Auth0" ,
24- icon : "auth0" as const ,
25- href : "/docs/integrations/auth0" ,
26- } ,
2727] ;
2828
2929export function OAuthPlugins ( ) {
You can’t perform that action at this time.
0 commit comments