We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f49795 + 052b225 commit a62528aCopy full SHA for a62528a
1 file changed
src/modal/AboutUsModal.tsx
@@ -69,8 +69,12 @@ function AboutUsModal() {
69
<Separator />
70
Version <VersionInfo />
71
72
- <a href="https://git.nmrium.org" target="_blank" rel="noreferrer">
73
- GitHub ( https://git.nmrium.org )
+ <a
+ href="https://github.com/NFDI4Chem/nmrium-react-wrapper"
74
+ target="_blank"
75
+ rel="noreferrer"
76
+ >
77
+ GitHub ( https://github.com/NFDI4Chem/nmrium-react-wrapper )
78
</a>
79
</div>
80
0 commit comments