Skip to content

Commit

Permalink
docs: add link to mass.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Nov 1, 2022
1 parent 6fd0a0a commit d2b58cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ createRoot(document.querySelector('#root') as HTMLDivElement).render(
>
HPLC
</a>
<a
href={`${
import.meta.env.BASE_URL
}?filelist=https://zakodium-oss.github.io/analysis-dataset/mass.json`}
>
Mass
</a>
<a
href={`${
import.meta.env.BASE_URL
Expand Down

0 comments on commit d2b58cd

Please sign in to comment.