fix(brand): link "Runic Gateway" footer badge to Gitea org #70

Merged
whitlocktech merged 1 commits from fix/branding-footer-link into main 2026-07-18 23:36:48 +00:00
2 changed files with 15 additions and 1 deletions
Showing only changes of commit 50133155d6 - Show all commits

View File

@@ -20,7 +20,14 @@ export default function SiteFooter() {
<span>
Powered by
<br />
<strong>Runic Gateway</strong>
<a
href="https://gitea.whitlocktech.com/RunicGateway"
target="_blank"
rel="noopener noreferrer"
className="site-footer-brand-link"
>
<strong>Runic Gateway</strong>
</a>
</span>
</div>
<div className="site-footer-info">

View File

@@ -1044,6 +1044,13 @@ button[disabled] {
font-weight: 700;
letter-spacing: 0.04em;
}
.site-footer-brand-link {
text-decoration: none;
color: inherit;
}
.site-footer-brand-link:hover strong {
color: var(--accent);
}
.site-footer-info {
display: flex;
flex-direction: column;