fix(footer): update Deepinfra link in footer component

This commit is contained in:
Richard Roberson 2025-11-09 17:09:50 -07:00
parent a54d83eda5
commit 4050170160

View file

@ -40,12 +40,12 @@ export function Footer() {
</a> </a>
{' '}and{' '} {' '}and{' '}
<a <a
href="https://github.com/remsky/Kokoro-FastAPI/tree/master" href="https://deepinfra.com/models?type=text-to-speech"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="font-bold hover:text-foreground transition-colors" className="font-bold hover:text-foreground transition-colors"
> >
Kokoro-FastAPI Deepinfra
</a> </a>
</span> </span>
</div> </div>