style(ui): companion banner uses the Setup-tab hero image
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:51:12 -04:00
co-authored by Claude Fable 5
parent 8e13f981d0
commit f32c4db7e2
2 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

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