mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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:
parent
00480f8fb0
commit
da124a5559
1 changed files with 1 additions and 1 deletions
2
website/views/layouts/layout.ejs
vendored
2
website/views/layouts/layout.ejs
vendored
|
|
@ -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&repo=fleet&type=watch&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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue