This repository was archived by the owner on Aug 11, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments