fix(footer): update Deepinfra link in footer component
This commit is contained in:
parent
a54d83eda5
commit
4050170160
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue