Skip to content

Commit

Permalink
#132: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
roryschadler committed Mar 9, 2022
1 parent 72b962f commit 402a424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/pages/nanomine/tools/TransferLearning.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
tool: {
name: 'TransferLearning',
link: 'https://ideal.mech.northwestern.edu/research/software/download/',
externalToolLink: true,
externalLink: true,
linkText: 'Request Download',
title: 'Transfer Learning',
text: 'Transfer learning captures spatial correlations for microstructure reconstruction by leveraging the superior capabilities ' +
Expand Down
2 changes: 1 addition & 1 deletion app/src/pages/nanomine/tools/chemProps/chemProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { mapGetters, mapMutations } from 'vuex'
// import { Auth } from '@/modules/Auth.js'
import SmilesCanvas from '@/components/nanomine/SmilesCanvas'
import Dialog from '@/components/Dialog'
import MCRToolTemplate from '../MCRToolTemplate/MCRToolTemplate'
import MCRToolTemplate from '../MCRToolTemplate/MCRToolTemplate.vue'
const SERVER = `${window.location.origin}/nmr/api`
// const SERVER = `http://localhost:8000/nmr/api`
const URL = SERVER
Expand Down

0 comments on commit 402a424

Please sign in to comment.