ui(footer): swap legacy logo.svg for AvBeatLogo (matches header)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
ops-bot
2026-06-04 15:03:25 +00:00
parent c959a5f8f7
commit c35ed117b2

View File

@@ -1,6 +1,7 @@
import React from "react"; import React from "react";
import Link from "next/link"; import Link from "next/link";
import AppImage from "@/components/ui/AppImage"; import AppImage from "@/components/ui/AppImage";
import AvBeatLogo from "@/components/AvBeatLogo";
import { import {
LinkedInIcon, LinkedInIcon,
InstagramIcon, InstagramIcon,
@@ -110,13 +111,8 @@ export default function Footer() {
<Link <Link
href="/home-page" href="/home-page"
aria-label="AV Beat — home" aria-label="AV Beat — home"
className="flex-shrink-0 opacity-70 hover:opacity-100 transition-opacity"> className="flex-shrink-0 opacity-90 hover:opacity-100 transition-opacity">
<AppImage <AvBeatLogo variant="full" emblemSize={36} />
src="/assets/images/logo.svg"
alt="AV Beat"
width={260}
height={36}
className="h-9 w-auto object-contain" />
</Link> </Link>
<div className="flex items-center gap-4"> <div className="flex items-center gap-4">