lib/nexmo_developer/app/models/blog/blogpost.rb in station-0.2.3 vs lib/nexmo_developer/app/models/blog/blogpost.rb in station-0.2.4
- old
+ new
@@ -2,10 +2,10 @@
attr_accessor :title, :description, :thumbnail, :author, :published, :published_at,
:updated_at, :category, :tags, :link, :locale, :slug, :spotlight,
:filename, :content, :header_img_url
CLOUDFRONT_BLOG_URL = 'https://d226lax1qjow5r.cloudfront.net/blog/'.freeze
- DEFAULT_VONAGE_LOGO_URL = 'https://s3.eu-west-1.amazonaws.com/developer.vonage.com/vonage-logo-images/vonage-wide-logo.png'.freeze
+ DEFAULT_VONAGE_LOGO_URL = 'https://s3.eu-west-1.amazonaws.com/developer.vonage.com/vonage-logo-images/vonage_logo_primary_white_1200x600.png'.freeze
def initialize(attributes)
@title = attributes['title']
@description = attributes['description']
@thumbnail = attributes['thumbnail'] || ''