adds consistency on social media filenames

This commit is contained in:
decabeza
2017-07-18 11:40:19 +02:00
parent f73c0a700a
commit 2844c03e43
11 changed files with 11 additions and 8 deletions

View File

@@ -2,7 +2,8 @@ class SiteCustomization::Image < ActiveRecord::Base
VALID_IMAGES = {
"icon_home" => [330, 240],
"logo_header" => [80, 80],
"social-media-icon" => [200, 200],
"social_media_icon" => [470, 246],
"social_media_icon_twitter" => [246, 246],
"apple-touch-icon-200" => [200, 200]
}