mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
docs: unify component implementations for consistency (#3799)
* fix(docs): unify component implementations for consistency * update
This commit is contained in:
committed by
Bereket Engida
parent
fc67723b04
commit
f59343da43
@@ -59,28 +59,6 @@ const Card = ({
|
||||
);
|
||||
};
|
||||
|
||||
const AceternityIcon = () => {
|
||||
return (
|
||||
<svg
|
||||
width="66"
|
||||
height="65"
|
||||
viewBox="0 0 66 65"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
className="h-10 w-10 text-black dark:text-white group-hover/canvas-card:text-white "
|
||||
>
|
||||
<path
|
||||
d="M8 8.05571C8 8.05571 54.9009 18.1782 57.8687 30.062C60.8365 41.9458 9.05432 57.4696 9.05432 57.4696"
|
||||
stroke="currentColor"
|
||||
strokeWidth="15"
|
||||
strokeMiterlimit="3.86874"
|
||||
strokeLinecap="round"
|
||||
style={{ mixBlendMode: "darken" }}
|
||||
/>
|
||||
</svg>
|
||||
);
|
||||
};
|
||||
|
||||
export const Icon = ({ className, ...rest }: any) => {
|
||||
return (
|
||||
<svg
|
||||
|
||||
Reference in New Issue
Block a user