mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 20:37:46 +00:00
docs: fix linkedin icon
This commit is contained in:
@@ -1,24 +1,14 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { Banner } from "fumadocs-ui/components/banner";
|
import { Banner } from "fumadocs-ui/components/banner";
|
||||||
import Link from "next/link";
|
|
||||||
|
|
||||||
export function BetaNotice() {
|
export function BetaNotice() {
|
||||||
return (
|
return (
|
||||||
<Banner
|
<Banner
|
||||||
id="beta-notice-1"
|
id="beta-notice-1"
|
||||||
className="lg:text-sm tracking-tight text-xs hidden md:flex bg-gradient-to-tr from-white to-stone-100 border dark:from-stone-900 dark:to-stone-950"
|
className="lg:text-sm tracking-tight text-xs hidden md:flex bg-gradient-to-tr from-white to-stone-100 border dark:from-zinc-900 dark:to-zinc-950"
|
||||||
>
|
>
|
||||||
🚧 Heads up! We're still in beta. It isn't quite production-ready just
|
🚧 Heads up! We're still in beta. V1 will be out by nov. 21!
|
||||||
yet. If you run into any bugs or quirks, please report them on{" "}
|
|
||||||
<Link
|
|
||||||
target="_blank"
|
|
||||||
className="mx-1 underline pb-px hover:opacity-80 transition-all"
|
|
||||||
href="https://github.com/better-auth/better-auth/issues"
|
|
||||||
>
|
|
||||||
{" "}
|
|
||||||
GitHub.
|
|
||||||
</Link>{" "}
|
|
||||||
</Banner>
|
</Banner>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,27 @@
|
|||||||
import badgestyle from "./badge.module.css";
|
import badgestyle from "./badge.module.css";
|
||||||
export const PulicBetaBadge = ({ text }: { text?: string }) => {
|
export const PulicBetaBadge = ({ text }: { text?: string }) => {
|
||||||
return (
|
return (
|
||||||
<div className={badgestyle.beta}>
|
<div className="flex flex-col">
|
||||||
<span className={badgestyle.top_key}></span>
|
<div className={badgestyle.beta}>
|
||||||
<span className={badgestyle.text}>{text || "BETA"}</span>
|
<span className={badgestyle.top_key}></span>
|
||||||
<span className={badgestyle.bottom_key_1}></span>
|
<span className={badgestyle.text}>{text || "BETA"}</span>
|
||||||
<span className={badgestyle.bottom_key_2}></span>
|
<span className={badgestyle.bottom_key_1}></span>
|
||||||
|
<span className={badgestyle.bottom_key_2}></span>
|
||||||
|
</div>
|
||||||
|
<div className="flex items-center gap-1 mt-2">
|
||||||
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="0.8em"
|
||||||
|
height="0.8em"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
>
|
||||||
|
<path
|
||||||
|
fill="currentColor"
|
||||||
|
d="M13 4V2c4.66.5 8.33 4.19 8.85 8.85c.6 5.49-3.35 10.43-8.85 11.03v-2c3.64-.45 6.5-3.32 6.96-6.96A7.994 7.994 0 0 0 13 4m-7.33.2A9.8 9.8 0 0 1 11 2v2.06c-1.43.2-2.78.78-3.9 1.68zM2.05 11a9.8 9.8 0 0 1 2.21-5.33L5.69 7.1A8 8 0 0 0 4.05 11zm2.22 7.33A10.04 10.04 0 0 1 2.06 13h2c.18 1.42.75 2.77 1.63 3.9zm1.4 1.41l1.39-1.37h.04c1.13.88 2.48 1.45 3.9 1.63v2c-1.96-.21-3.82-1-5.33-2.26M12 17l1.56-3.42L17 12l-3.44-1.56L12 7l-1.57 3.44L7 12l3.43 1.58z"
|
||||||
|
></path>
|
||||||
|
</svg>
|
||||||
|
<span className="text-xs text-opacity-75">v1 - nov. 22</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -536,8 +536,12 @@ export const contents: Content[] = [
|
|||||||
width="1.2em"
|
width="1.2em"
|
||||||
height="1.2em"
|
height="1.2em"
|
||||||
viewBox="0 0 448 512"
|
viewBox="0 0 448 512"
|
||||||
|
fill="currentColor"
|
||||||
>
|
>
|
||||||
<path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z" />
|
<path
|
||||||
|
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"
|
||||||
|
fill="currentColor"
|
||||||
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user