Merge pull request 'resolve the style of link' (#153) from fix/link into develop

Reviewed-on: http://85.143.176.51:3000/free-land/front-end/pulls/153
This commit is contained in:
Daniel Weissmall 2022-10-17 11:52:57 +00:00
commit 373d55a543

View File

@ -51,6 +51,7 @@ export default function Link({
: style : style
} }
aria-disabled={disabled} aria-disabled={disabled}
className="flex items-center"
{...props} {...props}
> >
{children} {children}