mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
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:
parent
890bae3942
commit
f29aef4528
5
.changeset/rare-clowns-buy.md
Normal file
5
.changeset/rare-clowns-buy.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"website": minor
|
||||
---
|
||||
|
||||
feat:Fix trailing slash link on docs
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user