Skip to content
This repository was archived by the owner on Aug 11, 2026. It is now read-only.

Commit 9ae038d

Browse files
1broseidonclaude
andcommitted
Add chain.sh link to home page footer
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3d68198 commit 9ae038d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/.vitepress/theme/HomeLayout.vue

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ onUnmounted(() => {
132132
<div class="footer-bottom">
133133
<span class="footer-version">Brainfile v2.0 · Protocol Stable · MIT License</span>
134134
<span class="footer-agent">For agents: <a href="/llms-install.txt">brainfile.md/llms-install.txt</a></span>
135+
<a href="https://chain.sh" class="footer-chainsh" target="_blank" rel="noopener">↗ chain.sh</a>
135136
</div>
136137
</footer>
137138
</div>
@@ -700,6 +701,18 @@ onUnmounted(() => {
700701
color: #383848;
701702
}
702703
704+
.footer-chainsh {
705+
font-family: 'JetBrains Mono', monospace;
706+
font-size: 0.75rem;
707+
color: #383848;
708+
text-decoration: none;
709+
transition: color 0.2s;
710+
}
711+
712+
.footer-chainsh:hover {
713+
color: #e8e8ec;
714+
}
715+
703716
.footer-agent {
704717
font-family: 'JetBrains Mono', monospace;
705718
font-size: 0.75rem;

0 commit comments

Comments
 (0)