Skip to content

Commit

Permalink
Merge pull request #21 from brinkmanlab/cooked
Browse files Browse the repository at this point in the history
Changes requested by Justin Cook
  • Loading branch information
innovate-invent authored Mar 2, 2021
2 parents dd15f72 + 6223ea5 commit 989bbd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-app id="app">
<v-app-bar absolute app dense>
<v-toolbar-title><img alt="" src="/logo/globecorr_logo_no_text.svg">GlobeCorr</v-toolbar-title>
<v-toolbar-title><router-link to="/"><img alt="" src="/logo/globecorr_logo_no_text.svg">GlobeCorr</router-link></v-toolbar-title>
<v-spacer />
<Navigation :routes="routes" />
</v-app-bar>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ExposomeGlobeDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"hide-inputs": false,
};
private sortOptions = [
{text: "Document order", value: "none"},
{text: "Order in File", value: "none"},
{text: "Domain size", value: "value"},
];
Expand Down
2 changes: 1 addition & 1 deletion src/views/Visualization.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
dense
show-size
label="CSV Data"
placeholder="Upload data to visualize"
placeholder="Upload CSV to visualize"
solo
accept="csv,tsv"
hide-details="auto"
Expand Down

0 comments on commit 989bbd6

Please sign in to comment.