Revert "Test automatic deployment with header label"

This reverts commit 088144e76e.
This commit is contained in:
StormRunner06106
2026-09-13 22:15:28 -07:00
parent 55b9915f78
commit 9ef67c2498
+1 -1
View File
@@ -25,7 +25,7 @@ function Header({ name }) {
<div className="container header-inner">
<NavLink className="brand" to="/" aria-label={`${name} home`}>
<img className="brand-mark brand-photo" src="/alex-avatar-96.webp" width="42" height="42" alt="" />
<span className="brand-name">{name} test</span>
<span className="brand-name">{name}</span>
</NavLink>
<div className="header-actions">