refactor: extract StreamNowButton component shared by hero and nav menu

This commit is contained in:
daniel-c-harvey
2026-06-09 07:00:37 -04:00
parent 5c3c3c3d0c
commit 9be35e5a58
7 changed files with 196 additions and 195 deletions
@@ -0,0 +1,7 @@
.stream-now-message {
font-family: var(--deepdrft-font-mono);
font-size: 0.62rem;
letter-spacing: 0.12em;
color: var(--deepdrft-muted);
margin: 0.5rem 0 0;
}