Update src/platform/assets/components/AssetBadgeGroup.vue

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Alexander Brown
2025-12-01 11:50:44 -08:00
committed by GitHub
parent 585e47f2df
commit ca539a6fd0

View File

@@ -1,5 +1,5 @@
<template>
<div class="absolute left-2 bottom-2 flex flex-wrap justify-end gap-1">
<div class="absolute left-2 bottom-2 flex flex-wrap justify-start gap-1">
<span
v-for="badge in badges"
:key="badge.label"