Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes requested by Justin Cook #21

Merged
merged 3 commits into from
Mar 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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