New flock photo

This commit is contained in:
Corey Blais
2026-04-09 18:48:59 -04:00
parent 132b0c1202
commit 0f3da53111
4 changed files with 8 additions and 1 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 690 KiB

+1 -1
View File
@@ -1764,7 +1764,7 @@ function App() {
<section className="hero-card">
<div>
<p className="eyebrow">Dashboard</p>
<h1>FlockPal dashboard</h1>
<img className="dashboard-logo" src={flockPalLandingArt} alt="FlockPal" />
</div>
</section>
) : null}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 614 KiB

After

Width:  |  Height:  |  Size: 690 KiB

+7
View File
@@ -294,6 +294,13 @@ textarea {
max-width: 12ch;
}
.dashboard-logo {
display: block;
width: min(320px, 100%);
height: auto;
border-radius: 22px;
}
.page-tabs {
display: grid;
gap: 0.75rem;