Skip to content

Commit 49b782a

Browse files
authored
fix Vote page (#6017)
1 parent c80599e commit 49b782a

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/components/Site/Site.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ function Site(props) {
249249
),
250250
},
251251
{ content: 'Contribute', url: '/contribute/' },
252-
{ content: 'Vote', url: 'https://v4.webpack.js.org/vote/' },
252+
{ content: 'Vote', url: '/vote/' },
253253
{ content: 'Blog', url: '/blog/' },
254254
]}
255255
/>

src/content/vote.mdx

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)