Add logo to navbar brand

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
alireza 2026-06-01 09:06:49 +03:30
parent b6ae3913f8
commit b797f665d8
2 changed files with 36 additions and 27 deletions

BIN
public/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View File

@ -175,13 +175,21 @@ export default function Header() {
to="/" to="/"
style={{ style={{
display: 'flex', display: 'flex',
flexDirection: 'column', flexDirection: 'row',
gap: 7, alignItems: 'center',
gap: 12,
textDecoration: 'none', textDecoration: 'none',
flexShrink: 0, flexShrink: 0,
lineHeight: 1, lineHeight: 1,
}} }}
> >
<img
src="/logo.png"
alt="اندیشکده فولاد آینده"
style={{ height: 44, width: 'auto', display: 'block', flexShrink: 0 }}
className="max-md:h-[36px]"
/>
<div style={{ display: 'flex', flexDirection: 'column', gap: 5 }}>
<span <span
style={{ style={{
fontSize: 19, fontSize: 19,
@ -207,6 +215,7 @@ export default function Header() {
> >
FUTURE STEEL POLICY INSTITUTE FUTURE STEEL POLICY INSTITUTE
</span> </span>
</div>
</NavLink> </NavLink>
{/* ── Center: Nav (desktop only) ── */} {/* ── Center: Nav (desktop only) ── */}