adjust icon in product update

This commit is contained in:
miloschwartz
2025-11-14 17:35:51 -05:00
parent 5b31bbce8d
commit 4f026acad8
2 changed files with 4 additions and 4 deletions

View File

@@ -188,12 +188,12 @@ function ProductUpdatesListPopup({
<div className="rounded-md bg-muted-foreground/20 p-2">
<BellIcon className="flex-none size-4" />
</div>
<div className="flex flex-col gap-2">
<div className="flex justify-between items-center">
<div className="flex flex-col gap-2 flex-1">
<div className="flex justify-between items-center w-full">
<p className="font-medium text-start">
{t("productUpdateWhatsNew")}
</p>
<div className="p-1 cursor-pointer">
<div className="p-1 cursor-pointer ml-auto">
<ChevronRightIcon className="size-4 flex-none" />
</div>
</div>