Skip to content

Commit

Permalink
fix: buttons unify
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-qing-hai committed Nov 21, 2023
1 parent bc12b67 commit 5e83be8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions s2-site/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,18 +294,18 @@ export default defineConfig({
buttons: [
{
text: {
zh: '图表示例',
en: 'Examples',
zh: '开始使用',
en: 'Getting Started',
},
link: `/examples`,
type: 'primary',
link: `/manual/getting-started`,
},
{
text: {
zh: '开始使用',
en: 'Getting Started',
zh: '图表示例',
en: 'Examples',
},
link: `/manual/getting-started`,
link: `/examples`,
type: 'primary',
},
],
},
Expand Down

0 comments on commit 5e83be8

Please sign in to comment.