feat: dropbox (#286)

This commit is contained in:
Gregor Wedlich
2024-10-22 15:07:27 +02:00
committed by GitHub
parent c5b2578bbf
commit c5a876a6de
4 changed files with 151 additions and 0 deletions

View File

@@ -509,6 +509,24 @@ export const contents: Content[] = [
</svg>
),
},
{
title: "Dropbox",
href: "/docs/authentication/dropbox",
icon: () => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="1.2em"
height="1.2em"
viewBox="0 0 528 512"
>
<path
className="fill-current"
fillRule="evenodd"
d="M264.4 116.3l-132 84.3 132 84.3-132 84.3L0 284.1l132.3-84.3L0 116.3 132.3 32l132.1 84.3zM131.6 395.7l132-84.3 132 84.3-132 84.3-132-84.3zm132.8-111.6l132-84.3-132-83.6L395.7 32 528 116.3l-132.3 84.3L528 284.8l-132.3 84.3-131.3-85z"
/>
</svg>
),
},
],
},
{