mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Website: update order of ticker options on homepage. (#25966)
Changes: - Updated the order of items in the ticker(s) on the homepage.
This commit is contained in:
parent
6c14c20928
commit
b1b929a681
1 changed files with 2 additions and 2 deletions
4
website/views/pages/homepage.ejs
vendored
4
website/views/pages/homepage.ejs
vendored
|
|
@ -25,13 +25,13 @@
|
|||
<span purpose="hero-ticker-option">audit</span>
|
||||
<span purpose="hero-ticker-option">question</span>
|
||||
<span purpose="hero-ticker-option">decision</span>
|
||||
<span purpose="hero-ticker-option">employee</span>
|
||||
<span purpose="hero-ticker-option">new hire</span>
|
||||
<span purpose="hero-ticker-option">offboard</span>
|
||||
<span purpose="hero-ticker-option">hospital</span>
|
||||
<span purpose="hero-ticker-option">factory</span>
|
||||
<span purpose="hero-ticker-option">satellite</span>
|
||||
<span purpose="hero-ticker-option">computer</span>
|
||||
<span purpose="hero-ticker-option">employee</span>
|
||||
<span purpose="hero-ticker-option">local LLM</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -452,13 +452,13 @@
|
|||
<span purpose="bottom-cta-ticker-option">audit</span>
|
||||
<span purpose="bottom-cta-ticker-option">question</span>
|
||||
<span purpose="bottom-cta-ticker-option">decision</span>
|
||||
<span purpose="bottom-cta-ticker-option">employee</span>
|
||||
<span purpose="bottom-cta-ticker-option">new hire</span>
|
||||
<span purpose="bottom-cta-ticker-option">offboard</span>
|
||||
<span purpose="bottom-cta-ticker-option">hospital</span>
|
||||
<span purpose="bottom-cta-ticker-option">factory</span>
|
||||
<span purpose="bottom-cta-ticker-option">satellite</span>
|
||||
<span purpose="bottom-cta-ticker-option">computer</span>
|
||||
<span purpose="bottom-cta-ticker-option">employee</span>
|
||||
<span purpose="bottom-cta-ticker-option">local LLM</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue