Skip to content

Commit 3634cdb

Browse files
committed
Fix
1 parent f080eeb commit 3634cdb

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

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
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@popperjs/core": "^2.11.5",
38-
"blue-web": "^1.27.1",
38+
"blue-web": "^1.27.2",
3939
"bootstrap": "~5.3.3",
4040
"clsx": "^1.1.1"
4141
},

src/components/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default function Layout({
105105
id={drawerId}
106106
aria-describedby={drawerLabelId}
107107
>
108-
<div className="offcanvas offcanvas-start show">
108+
<div className="offcanvas offcanvas-start">
109109
<div className="offcanvas-header">
110110
<h1
111111
className="h5 offcanvas-title"

src/docs/data/docs.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)