fixes
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
export function LinkWrapper({ children }: React.PropsWithChildren) {
|
||||
return (
|
||||
<div className="">
|
||||
<div className="mt-5 hover:text-[#e6c2bf] font-bold">{children}</div>
|
||||
</div>
|
||||
);
|
||||
return <div className="mt-5 hover:text-[#e6c2bf] font-bold">{children}</div>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user