Website: fix width of GitHub stars button (#28008)

Closes: #27965

Changes:
- Updated the width of the GitHub stars button in the website header to
prevent the stars count from being hidden.
This commit is contained in:
Eric 2025-04-08 17:52:49 -05:00 committed by GitHub
parent 00480f8fb0
commit da124a5559
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -233,7 +233,7 @@
<a purpose="header-nav-btn" button-text="Pricing" href="/pricing" class=" align-items-center <%= typeof currentSection !== 'undefined' && currentSection === 'pricing' ? 'current-section' : '' %>" style="text-decoration: none; line-height: 23px;">Pricing</a>
<span purpose="gh-button" class="d-flex align-items-center">
<iframe src="//ghbtns.com/github-btn.html?user=fleetdm&amp;repo=fleet&amp;type=watch&amp;count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
allowtransparency="true" frameborder="0" scrolling="0" width="140" height="20"></iframe>
</span>
<%if(!hideGetStartedButton){%>
<a purpose="glass-header-btn" class="align-items-center d-flex" href="/register">Try it yourself</a>