Skip to content

Commit 320f6d8

Browse files
fix navbar links and home page hero spacing
1 parent 6d5f120 commit 320f6d8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const config = {
118118
position: 'left',
119119
},
120120
{
121-
to: '/user-guide/breakpoints',
121+
to: '/user-guide/starting-the-debugger',
122122
label: 'Guide',
123123
position: 'left',
124124
},
@@ -128,8 +128,8 @@ const config = {
128128
position: 'left',
129129
},
130130
{
131-
to: '/reference/debug-protocol',
132-
label: 'API',
131+
to: '/integrations/ide-support',
132+
label: 'Integrations',
133133
position: 'left',
134134
},
135135
{

src/components/HomeHero/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
44
gap: 3rem;
55
align-items: center;
6-
padding: 2rem 0 3rem;
6+
padding: 0 0 3rem;
77
}
88

99
.heroText {

0 commit comments

Comments
 (0)