Skip to content

Commit

Permalink
Merge pull request #28 from KaoruMuta/feature/#3
Browse files Browse the repository at this point in the history
refactor(project): update deps and ui design about ads
  • Loading branch information
KaoruMuta authored Jan 5, 2022
2 parents 3f08ccf + d5c765c commit 2ff4d27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@types/gtag.js": "^0.0.7",
"@types/marked": "^3.0.1",
"@types/prismjs": "^1.16.6",
"ansi-regex": "6.0.1",
"babel-plugin-prismjs": "^2.1.0",
"gray-matter": "^4.0.3",
"marked": "^3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Ads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Ads = () => {
}, [router.asPath]);

return (
<div key={router.asPath}>
<div className="mt-4" key={router.asPath}>
<ins
className="adsbygoogle block"
data-ad-client={process.env.GOOGLE_ADSENSE_CLIENT_ID}
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,11 @@ ansi-colors@^4.1.1:
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==

[email protected]:
version "6.0.1"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==

ansi-regex@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
Expand Down

1 comment on commit 2ff4d27

@vercel
Copy link

@vercel vercel bot commented on 2ff4d27 Jan 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.