Fix trailing slash link on docs (#9067)

* explicit trailing slash never

* add changeset

* add changeset

* fix link

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Ali Abdalla 2024-08-07 23:25:21 -07:00 committed by GitHub
parent 890bae3942
commit f29aef4528
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"website": minor
---
feat:Fix trailing slash link on docs

View File

@ -56,7 +56,7 @@
<div
class="shadow-alternate hover:scale-[1.02] group group flex flex-col overflow-hidden md:first:row-span-3 rounded-xl bg-gradient-to-br px-3 pb-4 pt-6 from-orange-100 via-orange-50 hover:shadow-alternate to-white shadow-none transition-shadow"
>
<a class="mt-auto mb-2 flex-grow" href="./docs/gradio/" target="_self">
<a class="mt-auto mb-2 flex-grow" href="./docs/gradio" target="_self">
<div class="text-lg">
<p class="font-semibold">Gradio</p>
</div>