Remove trailing comma

This commit is contained in:
Karina Kwiatek 2022-07-17 15:01:02 +02:00 committed by Karina Kwiatek
parent 52d4efbd03
commit 159ce5c2ae
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class StaticController < ApplicationController
],
icons: webapp_icons,
theme_color: theme_color,
background_color: mobile_theme_color,
background_color: mobile_theme_color
}
end