Skip to content

Commit ad39530

Browse files
authored
Merge pull request #955 from w3bdesign/Improve-mobile-footer
Adjust margin search icon
2 parents 958aa9f + d296bf2 commit ad39530

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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 mt-2 mr-2 md:hidden xl:hidden">
14+
<div className="inline mb-0.5 mr-2 md:hidden xl:hidden">
1515
<svg
1616
className="cursor-pointer"
1717
onClick={scrollToTop}

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@
1111
"format": "prettier --write \"**/*.{js,jsx,json}\"",
1212
"refresh": "rm -rf node_modules && rm package-lock.json && npm i && npm run format"
1313
},
14-
"keywords": [],
14+
"keywords": [
15+
"next.js",
16+
"next",
17+
"javascript",
18+
"framer"
19+
],
1520
"author": "w3bdesign",
1621
"license": "ISC",
1722
"dependencies": {

0 commit comments

Comments
 (0)