Skip to content

Commit

Permalink
fix(client): make report link more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Feb 29, 2024
1 parent f8da8e6 commit 31a3013
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/client/components/Cell/CellScoresOverview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ defineProps<{
<metric-guage :score="val.score" :label="val.title" />
</div>
</div>
<div class="text-xs opacity-60 mt-1 text-center" style="font-size: 10px;">
View Report
<div class="text-xs opacity-80 mt-2 text-left flex items-center gap-1">
<svg xmlns="http:https://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 32 32" class="w-4 h-4"><path fill="currentColor" d="M15 20h2v4h-2zm5-2h2v6h-2zm-10-4h2v10h-2z"/><path fill="currentColor" d="M25 5h-3V4a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2v1H7a2 2 0 0 0-2 2v21a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2M12 4h8v4h-8Zm13 24H7V7h3v3h12V7h3Z"/></svg>
<span>View Lighthouse Report</span>
</div>
</btn-action>
</template>

0 comments on commit 31a3013

Please sign in to comment.