mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 15:53:28 +00:00
conflict fixed
This commit is contained in:
10
frontend/src/components/common/logout.js
Normal file
10
frontend/src/components/common/logout.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
import { siteRoot, gettext } from '../../utils/constants';
|
||||
|
||||
export default function Logout() {
|
||||
return (
|
||||
<a className="logout-icon" href={`${siteRoot}accounts/logout/`} title={gettext('Log out')}>
|
||||
<i className="sf3-font sf3-font-logout" style={{fontSize: '24px'}}></i>
|
||||
</a>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user