Revert Amazon icon to just the smile arrow as requested

This commit is contained in:
Christian Vidal Wolf
2026-01-29 09:03:34 +01:00
parent 541e772ede
commit e4fbdb60b1
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export const VendorStockBadge: React.FC<VendorStockBadgeProps> = ({ asin, vendor
className={`inline-flex items-center gap-1 px-2 py-0.5 rounded border text-[10px] font-bold transition-all hover:scale-105 active:scale-95 cursor-default ${themeClasses}`}
title={`Stock en Amazon Warehouse (${mode.toUpperCase()}): ${stock}`}
>
<AmazonSmileIcon className="w-6 h-3.5" />
<AmazonSmileIcon className="w-3.5 h-3.5" />
<div className="flex flex-col leading-[0.8]">
<span className="text-[7px] font-black uppercase opacity-60">Vendor</span>
<span>{stock.toLocaleString('de-DE')}</span>