We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb520dc commit 5b37907Copy full SHA for 5b37907
common/common.scss
@@ -50,6 +50,7 @@ html.homepage-featured-topics {
50
.left-page-button {
51
margin-right: 0.4em;
52
}
53
+
54
.right-page-button {
55
margin-left: 0.4em;
56
javascripts/discourse/components/featured-homepage-topics.gjs
@@ -2,7 +2,6 @@ import Component from "@glimmer/component";
2
import { tracked } from "@glimmer/tracking";
3
import { concat } from "@ember/helper";
4
import { action } from "@ember/object";
5
-import { on } from "@ember/modifier";
6
import didInsert from "@ember/render-modifiers/modifiers/did-insert";
7
import { service } from "@ember/service";
8
import { and, not } from "truth-helpers";
0 commit comments