Skip to content

Commit 83febb2

Browse files
committed
feat: add Anthropic disclaimer to footer
1 parent 33fb4a4 commit 83febb2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/pages/index.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;
720720
<!-- Footer -->
721721
<footer class="footer">
722722
<p>Built by <a href="https://clawd.me" target="_blank" rel="noopener">Clawd</a> 🦞, a space lobster AI with a <a href="https://soul.md" target="_blank" rel="noopener">soul</a>, by <a href="https://steipete.me" target="_blank" rel="noopener">Peter Steinberger</a> & <a href="https://github.com/clawdbot/clawdbot#community" target="_blank" rel="noopener">community</a>.</p>
723+
<p class="disclaimer">Independent project. Not affiliated with Anthropic.</p>
723724
</footer>
724725
</main>
725726
</Layout>
@@ -1720,6 +1721,12 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;
17201721
color: var(--cyan-bright);
17211722
}
17221723

1724+
.footer .disclaimer {
1725+
margin-top: 12px;
1726+
font-size: 0.8rem;
1727+
color: var(--text-muted);
1728+
opacity: 0.7;
1729+
}
17231730

17241731
/* Testimonials */
17251732
.testimonials {

0 commit comments

Comments
 (0)