Skip to content

Commit

Permalink
fix: remove beta label from usage charts
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Jul 1, 2024
1 parent 3c62308 commit 7177feb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/dashboard/UsageCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ const lastDayEvolution = computed(() => {
<h2 class="mb-2 mr-4 text-2xl font-semibold text-slate-800 dark:text-white">
{{ props.title }}
</h2>
<div class="font-medium badge badge-primary">
beta
</div>
</div>

<div class="mb-1 text-xs font-semibold uppercase text-slate-400 dark:text-white">
Expand Down

0 comments on commit 7177feb

Please sign in to comment.