style(ui): companion banner uses the Setup-tab hero image
Some checks failed
Demo images / Build & push demo images (push) Failing after 3m10s

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
archipelago 2026-07-16 21:49:35 -04:00
parent 8e13f981d0
commit f32c4db7e2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -7,7 +7,7 @@
@click="openCompanionIntro()"
>
<img
src="/assets/img/bg-intro-4.webp"
src="/assets/img/companion-banner-bg.webp"
alt=""
class="featured-banner-img"
@error="(e: Event) => ((e.target as HTMLImageElement).style.display = 'none')"