mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
correct typo
This commit is contained in:
parent
4997ede16c
commit
86c1457c40
@ -64,7 +64,7 @@ module Stylesheet
|
|||||||
contents << category_css(c) if c.uploaded_background&.url.present?
|
contents << category_css(c) if c.uploaded_background&.url.present?
|
||||||
end
|
end
|
||||||
|
|
||||||
Import.new("categoy_background.scss", source: contents)
|
Import.new("category_background.scss", source: contents)
|
||||||
end
|
end
|
||||||
|
|
||||||
register_import "embedded_theme" do
|
register_import "embedded_theme" do
|
||||||
|
Loading…
Reference in New Issue
Block a user