1
0
mirror of synced 2026-01-08 03:01:54 -05:00

Merge pull request #30451 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-12-08 17:58:20 -05:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,9 @@
{% ifversion projects-v2-org-templates-GA-updates %}{% else %}
{% ifversion ghes = 3.10 or ghes = 3.11 %}
{% note %}
**Note:** Project templates for organizations is currently in public beta and subject to change.
{% endnote %}
{% endif %}

View File

@@ -92,6 +92,7 @@ export function Search() {
aria-label="Search"
icon={SearchIcon}
sx={{ borderTopLeftRadius: 'unset', borderBottomLeftRadius: 'unset' }}
type="submit"
/>
</form>
</div>