Skip to content

Commit

Permalink
fix(r202 stats): Fixed an issue where the double plots were showing.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Mar 23, 2022
1 parent 0c8f311 commit 7babc86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/stats/r202.vue
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,8 @@
</ImgToggle>
<h2>Archaea</h2>
<ImgToggle
:full="require('~/assets/images/stats/r202/red-bacteria.png')"
:preview="require('~/assets/images/stats/r202/red-bacteria.png')"
:full="require('~/assets/images/stats/r202/red-archaea.png')"
:preview="require('~/assets/images/stats/r202/red-archaea.png')"
class="mt-2"
preview-max-width="800px;"
preview-width="75%"
Expand Down Expand Up @@ -443,8 +443,8 @@
<template #genomic-statistics>
Key genomic statistics for the GTDB species representative genomes and all genomes in the GTDB.
<ImgToggle
:full="require('~/assets/images/stats/r202/genomic-stats-species.png')"
:preview="require('~/assets/images/stats/r202/genomic-stats-species-small.jpg')"
:full="require('~/assets/images/stats/r202/genomic-stats-genomes.png')"
:preview="require('~/assets/images/stats/r202/genomic-stats-genomes-small.jpg')"
class="mt-2"
preview-max-width="800px;"
preview-width="75%"
Expand Down

0 comments on commit 7babc86

Please sign in to comment.