Skip to content

Commit a62528a

Browse files
Merge pull request #152 from NFDI4Chem/refactor-about-wrapper-modal
refactor: update the GitHub link for the project in the information s…
2 parents 8f49795 + 052b225 commit a62528a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/modal/AboutUsModal.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,12 @@ function AboutUsModal() {
6969
<Separator />
7070
Version <VersionInfo />
7171
<Separator />
72-
<a href="https://git.nmrium.org" target="_blank" rel="noreferrer">
73-
GitHub ( https://git.nmrium.org )
72+
<a
73+
href="https://github.com/NFDI4Chem/nmrium-react-wrapper"
74+
target="_blank"
75+
rel="noreferrer"
76+
>
77+
GitHub ( https://github.com/NFDI4Chem/nmrium-react-wrapper )
7478
</a>
7579
</div>
7680
</div>

0 commit comments

Comments
 (0)