Skip to content

Commit 71d4d5a

Browse files
committed
fix: revert dependencies settings
- clear extra space in custom css
1 parent cad4a91 commit 71d4d5a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<div align="center">
77
<article style="display: flex; flex-direction: column; align-items: center; justify-content: center;">
8-
<p align="center"><img width="300" src="static/img/account-logo.png" /></p>
8+
<p align="center"><img width="300" src="/static/img/account-logo.png" /></p>
99
<h1 style="width: 100%; text-align: center;">SQL Account Documentation</h1>
1010
</article>
1111
</div>

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"clsx": "^2.0.0",
2323
"gray-matter": "^4.0.3",
2424
"plugin-image-zoom": "github:flexanalytics/plugin-image-zoom",
25-
"prism-react-renderer": "^2.4.1",
25+
"prism-react-renderer": "^2.3.0",
2626
"qrcode.react": "^4.2.0",
2727
"react": "^18.0.0",
2828
"react-dom": "^18.0.0",

static/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
img {
33
max-width: 100%;
44
height: auto;
5-
}
5+
}

0 commit comments

Comments
 (0)