We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffba19 commit bb261f9Copy full SHA for bb261f9
1 file changed
src/Components/Home/home.jsx
@@ -215,11 +215,8 @@ function WelcomeBlock() {
215
[](https://github.com/opensist/opensist.github.io)
217
</ReactMarkdown>
218
- <Button variant='contained' component={Link} to='/how-to-use'>
219
- 使用指南
220
- </Button>
221
- <Button variant='outlined' component={Link} to='https://qm.qq.com/q/U1QvSyE6u6'
222
- sx={{ml: '1rem', textTransform: 'none'}}>
+ <Button variant='contained' component={Link} to='https://qm.qq.com/q/U1QvSyE6u6'
+ sx={{textTransform: 'none'}}>
223
OpenSIST QQ群
224
</Button>
225
</Box>
0 commit comments