Skip to content

Commit

Permalink
fix home
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorighi committed Feb 10, 2025
1 parent 6f0a237 commit 9040d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biogenome-client/src/pages/front/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</VaCard>
</div>
</div>
<TaxonRanksCard />
<!-- <TaxonRanksCard /> -->
<div class="row align-center justify-center">
<div class="flex">
<h2 style="text-align: center;" class="va-h2">
Expand Down Expand Up @@ -155,7 +155,7 @@ import { useItemStore } from '../../stores/items-store';
import Chart from '../../components/Chart.vue';
import { useToast } from 'vuestic-ui/web-components';
import GoaTService from '../../services/GoaTService';
import TaxonRanksCard from '../../components/TaxonRanksCard.vue';
// import TaxonRanksCard from '../../components/TaxonRanksCard.vue';
const { t } = useI18n()
const statsStore = useStatsStore()
Expand Down

0 comments on commit 9040d82

Please sign in to comment.