Skip to content

Commit ccc6932

Browse files
- CHG: Small changes to logo and banner on docs.
1 parent 48195bb commit ccc6932

6 files changed

Lines changed: 198 additions & 4 deletions

File tree

docs/img/readme.png

-23.8 KB
Loading

public/img/gridscore-next-text.svg

Lines changed: 194 additions & 0 deletions
Loading

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<v-img
88
class="ms-4"
99
style="cursor: pointer" @click="$router.push('/')"
10-
src="/img/gridscore-next.svg"
10+
src="/img/gridscore-next-text.svg"
1111
max-height="40"
1212
max-width="40"
1313
contain

src/pages/about.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class="ma-3"
1515
rounded="0"
1616
size="150"
17-
image="/img/gridscore-next.svg"
17+
image="/img/gridscore-next-text.svg"
1818
/>
1919
</div>
2020
</v-card>

src/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class="ma-3"
1414
rounded="0"
1515
size="150"
16-
image="/img/gridscore-next.svg"
16+
image="/img/gridscore-next-text.svg"
1717
/>
1818
</div>
1919
</v-card>

src/stores/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const coreStore = defineStore('core', {
6363
navigationMode: NavigationMode.DRAG as NavigationMode,
6464
traitColors: ['#910080', '#ff7c00', '#5ec418', '#00a0f1', '#c5e000', '#ff007a', '#222183', '#c83831', '#fff600'],
6565
homeWidgetOrder: ['banners', 'trials'],
66-
plotDisplayField: PlotDisplayField.DISPLAY_NAME as PlotDisplayField,
66+
plotDisplayField: PlotDisplayField.DISPLAY_NAME_REP as PlotDisplayField,
6767
selectedTrialPerson: undefined as (string | undefined),
6868
canvasDensity: CanvasDensity.MEDIUM as CanvasDensity,
6969
canvasShape: CanvasShape.CIRCLE as CanvasShape,

0 commit comments

Comments
 (0)