Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- TMS-1261: Change highlighted articles pill colors
- TMS-1264: Fix Eventz to use endpoint url from env
- TMS-1263: Fix pagination from showing arrow button on last page

Expand Down
2 changes: 1 addition & 1 deletion partials/home.dust
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</div>
</div>

{>"views/home/home-highlight" category_link_classes="has-background-primary-invert has-text-primary" /}
{>"views/home/home-highlight" category_link_classes="" /}

{>"views/home/home-filters" /}

Expand Down
Loading