Skip to content

Commit

Permalink
feat: add a link to NMRium videos channel
Browse files Browse the repository at this point in the history
close #2883
  • Loading branch information
hamed-musallam committed Feb 2, 2024
1 parent a974c15 commit 4ddf7fe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/component/header/Header.tsx
Expand Up @@ -5,6 +5,7 @@ import {
FaRegWindowMaximize,
FaQuestionCircle,
FaRegSave,
FaFilm,
} from 'react-icons/fa';
import { Toolbar } from 'react-science/ui';

Expand Down Expand Up @@ -189,6 +190,15 @@ function HeaderInner(props: HeaderInnerProps) {
icon={<FaQuestionCircle />}
/>
)}
<Toolbar.Item
id="user-manual"
title="NMRium channel"
onClick={() =>
window.open('https://www.youtube.com/@nmrium', '_blank')
}
icon={<FaFilm />}
/>

{!hideGeneralSettings && (
<GeneralSettingsModal height={height / 2} />
)}
Expand Down

0 comments on commit 4ddf7fe

Please sign in to comment.