1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 15:23:05 +00:00

Add icon to about

This commit is contained in:
zxj96 2019-04-22 11:11:08 +08:00
parent 01e5030205
commit 24990fd9e9

View File

@ -20,7 +20,7 @@ class SideNavFooter extends React.Component {
return (
<div className="side-nav-footer">
<a href={siteRoot + 'help/'} target="_blank" rel="noopener noreferrer" className="item">{gettext('Help')}</a>
<a className="item" onClick={this.onAboutDialogToggle}>{gettext('About')}</a>
<a className="item cursor-pointer" onClick={this.onAboutDialogToggle}>{gettext('About')}</a>
<a href={siteRoot + 'download_client_program/'} className="item last-item">
<span aria-hidden="true" className="sf2-icon-monitor vam"></span>{' '}
<span className="vam">{gettext('Clients')}</span>