Small fix to website header (#6121)

* header-fix

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Ali Abdalla 2023-10-27 12:58:13 -07:00 committed by GitHub
parent 439efa39dd
commit 93d28bc088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"website": minor
---
feat:Small fix to website header

View File

@ -11,6 +11,7 @@
// $: selected_version === version && is_versioned && goto("/guides/quickstart");
</script>
<div>
<!-- 4.0 Launch BANNER -->
<div class="relative isolate flex items-center gap-x-6 overflow-hidden bg-gradient-to-r from-white via-yellow-200 to-white px-6 py-2 sm:px-3.5 sm:before:flex-1">
<div class="flex flex-wrap items-center gap-x-4 gap-y-2">
@ -110,3 +111,4 @@
</a>
</nav>
</div>
</div>