fix(brand): update veteran-owned badge to certified mark logo (batch 0.9.2)
This commit is contained in:
parent
d074e597b2
commit
196389ddf3
Binary file not shown.
|
After Width: | Height: | Size: 8.0 KiB |
|
|
@ -23,8 +23,8 @@ const proofPoints = [
|
||||||
{
|
{
|
||||||
label: 'Veteran-Owned Certified',
|
label: 'Veteran-Owned Certified',
|
||||||
detail: 'Disciplined delivery and direct accountability',
|
detail: 'Disciplined delivery and direct accountability',
|
||||||
logo: '/assets/brand/veteran-owned-certified.webp',
|
logo: '/assets/brand/veteran-owned-certified-mark.webp',
|
||||||
logoAlt: 'SBA Veteran-Owned Certified badge',
|
logoAlt: 'SBA logo for Veteran-Owned Certified',
|
||||||
logoClassName: 'h-full w-full',
|
logoClassName: 'h-full w-full',
|
||||||
containerClass: 'p-1',
|
containerClass: 'p-1',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -192,8 +192,8 @@ const Home = () => {
|
||||||
<div className="flex flex-col items-center gap-2 lg:flex-row lg:gap-3 lg:justify-start">
|
<div className="flex flex-col items-center gap-2 lg:flex-row lg:gap-3 lg:justify-start">
|
||||||
<span className="flex h-16 w-20 shrink-0 items-center justify-center rounded-md border border-border bg-white p-1">
|
<span className="flex h-16 w-20 shrink-0 items-center justify-center rounded-md border border-border bg-white p-1">
|
||||||
<img
|
<img
|
||||||
src="/assets/brand/veteran-owned-certified.webp"
|
src="/assets/brand/veteran-owned-certified-mark.webp"
|
||||||
alt="SBA Veteran-Owned Certified badge"
|
alt="SBA logo for Veteran-Owned Certified"
|
||||||
className="h-full w-full object-contain"
|
className="h-full w-full object-contain"
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue