Skip to content

Commit

Permalink
Update slogan about O-Spy
Browse files Browse the repository at this point in the history
  • Loading branch information
wqcstrong committed Feb 28, 2025
1 parent 197cf68 commit 336520a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/OSpy/components/Welcome/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const Welcome = () => {
<Trans i18nKey="oSpy.slogan">
离线记录
<br />
即插即用
完整回放
</Trans>
</p>
<p className="slogan-desc">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/OSpyDocs/md/introduction.en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Link } from 'react-router-dom';
<div align="center">
<Icon component={Logo} style={{ fontSize: 100, color: '#fff' }} />
<h1>O-Spy</h1>
<h5>Offline recording, plug and play.</h5>
<h5>Offline recording, complete replay.</h5>
</div>

<div className='badges'>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/OSpyDocs/md/introduction.zh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Link } from 'react-router-dom';
<div align="center">
<Icon component={Logo} style={{ fontSize: 100, color: '#fff' }} />
<h1>O-Spy</h1>
<h5>离线记录,即插即用。</h5>
<h5>离线记录,完整回放。</h5>
</div>

<div className='badges'>
Expand Down

0 comments on commit 336520a

Please sign in to comment.