Skip to content

Commit

Permalink
修复关于页
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaloop committed Dec 13, 2024
1 parent e11ce4d commit 8361aa6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/ui/about/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@ export class About extends React.Component<IAboutProps, IAboutState> {
<p className="no-padding">
<span className="selectable-text">
{versionText} ({this.props.applicationArchitecture})
</span>
</span>{' '}
({releaseNotesLink})
</p>
<p className="no-padding terms-and-license">
<LinkButton onClick={this.props.onShowTermsAndConditions}>
Expand Down

0 comments on commit 8361aa6

Please sign in to comment.