Skip to content

Commit b86f6f4

Browse files
authored
Merge pull request #913 from web3dev1337/chore/add-sponsor-funding
feat: add sponsor link to site footer
2 parents bde964d + dd2b90c commit b86f6f4

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

site/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ <h2 class="section-title">Install</h2>
465465
<a href="https://github.com/web3dev1337/agent-workspace" target="_blank">GitHub</a>
466466
<a href="https://github.com/web3dev1337/agent-workspace/releases/latest" target="_blank">Download</a>
467467
<a href="https://github.com/web3dev1337/agent-workspace" target="_blank">Run from Source</a>
468+
<a class="footer-sponsor" href="https://github.com/sponsors/web3dev1337" target="_blank">Sponsor</a>
468469
<a href="terms.html">Terms</a>
469470
<a href="privacy.html">Privacy</a>
470471
</div>

site/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,6 +1432,11 @@ a.btn-glow {
14321432
transition: color 0.3s ease;
14331433
}
14341434

1435+
.footer-links .footer-sponsor {
1436+
color: var(--cyan);
1437+
font-weight: 600;
1438+
}
1439+
14351440
.footer-links a:hover {
14361441
color: #fff;
14371442
}

0 commit comments

Comments
 (0)