Skip to content

Commit 848f76a

Browse files
authored
docs: remove HomeBackground and navTransparent hack (#12224)
chore: update
1 parent 061307b commit 848f76a

File tree

3 files changed

+14
-17
lines changed

3 files changed

+14
-17
lines changed

pnpm-lock.yaml

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

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"sort-projects-words": "node ./sortProjectWords.js"
1717
},
1818
"dependencies": {
19-
"@rstack-dev/doc-ui": "1.11.0",
19+
"@rstack-dev/doc-ui": "1.12.0",
2020
"axios": "^1.13.2",
2121
"markdown-to-jsx": "^8.0.0",
2222
"mermaid": "^11.12.1",

website/theme/pages/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { HomeBackground } from '@rspress/core/theme';
21
import { HomeFooter } from '../components/HomeFooter/index';
32
import LandingPage from '../components/Landingpage';
43

@@ -21,8 +20,6 @@ const CopyRight = () => {
2120
export function HomeLayout() {
2221
return (
2322
<>
24-
{/* For transparent nav at top */}
25-
<HomeBackground style={{ background: 'none' }} />
2623
<LandingPage />
2724
<HomeFooter />
2825
<CopyRight />

0 commit comments

Comments
 (0)