feat: replace logo with official Axil Accountants brand mark
Swaps logo-axil.png for logo-axil.jpg (official logo with blue A lettermark, green bar chart icon and AXIL ACCOUNTANTS wordmark). Updates Header and Footer references accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4ef45a311d
commit
190581c80b
3 changed files with 2 additions and 2 deletions
BIN
public/logo-axil.jpg
Normal file
BIN
public/logo-axil.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 61 KiB |
|
|
@ -66,7 +66,7 @@ export function Footer() {
|
|||
<div className="col-span-2 sm:col-span-1">
|
||||
<div className="mb-5">
|
||||
<Image
|
||||
src="/logo-axil.png"
|
||||
src="/logo-axil.jpg"
|
||||
alt="Axil Accountants"
|
||||
width={140}
|
||||
height={97}
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ const DOCK_ITEMS = [
|
|||
function AxilLogo({ className }: { className?: string }) {
|
||||
return (
|
||||
<Image
|
||||
src="/logo-axil.png"
|
||||
src="/logo-axil.jpg"
|
||||
alt="Axil Accounting"
|
||||
width={140}
|
||||
height={97}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue