Skip to content

Commit 76ea835

Browse files
authored
Improve SVG search icon in footer design
1 parent c3195cc commit 76ea835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/SVG/SVGMobileSearchIcon.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const SVGMobileSearchIcon = () => {
1111
};
1212

1313
return (
14-
<div className="inline mr-2 md:hidden xl:hidden">
14+
<div className="inline mt-2 mr-2 md:hidden xl:hidden">
1515
<svg
1616
className="cursor-pointer"
1717
onClick={scrollToTop}

0 commit comments

Comments
 (0)