mirror of https://github.com/openclaw/clawhub.git
chore: add Vercel attribution in footer (#557)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f5fa23e0c1
commit
bc06dbffd0
|
|
@ -12,7 +12,11 @@ export function Footer() {
|
|||
<a href="https://openclaw.ai" target="_blank" rel="noreferrer">
|
||||
OpenClaw
|
||||
</a>{' '}
|
||||
project · Powered by{' '}
|
||||
project · Deployed on{' '}
|
||||
<a href="https://vercel.com" target="_blank" rel="noreferrer">
|
||||
Vercel
|
||||
</a>{' '}
|
||||
· Powered by{' '}
|
||||
<a href="https://www.convex.dev" target="_blank" rel="noreferrer">
|
||||
Convex
|
||||
</a>{' '}
|
||||
|
|
|
|||
Loading…
Reference in New Issue