docs: unify component implementations for consistency (#3799)

* fix(docs): unify component implementations for consistency

* update
This commit is contained in:
KinfeMichael Tariku
2025-08-06 03:23:03 +03:00
committed by Bereket Engida
parent fc67723b04
commit f59343da43
2 changed files with 6 additions and 39 deletions

View File

@@ -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