Skip to content

Commit

Permalink
Removed the physical and replaced with cloudinary link, updated alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrandon19 committed Jan 29, 2024
1 parent f1c16f8 commit 3b192d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed public/images/others/candid-seal.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/layouts/footers/footer-01.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const Footer01 = ({ mode }: TProps) => {
/>
<div className="maxSm:tw-col-span-3 sm:tw-col-span-2 xl:tw-col-span-1">
<img
src="/images/others/candid-seal.png"
alt="Not Found"
src="https://res.cloudinary.com/vetswhocode/image/upload/v1705549609/candid-seal-platinum-2024_wexkdk.png"
alt="Candid Seal Platinum Award"
width={150}
/>
</div>
Expand Down

0 comments on commit 3b192d1

Please sign in to comment.