Skip to content

Commit

Permalink
use CLOUDFRONT_URL const
Browse files Browse the repository at this point in the history
  • Loading branch information
marcochavezf committed Mar 14, 2022
1 parent 38a45be commit ebbbe4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stories/SubscriptAvatar.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ const Default = Template.bind({});

const AvatarURLStory = Template.bind({});
AvatarURLStory.args = {
mainAvatar: 'https://d2k5nsl2zxldvw.cloudfront.net/images/avatars/avatar_1.png',
secondaryAvatar: 'https://d2k5nsl2zxldvw.cloudfront.net/images/avatars/avatar_3.png',
mainAvatar: `${CONST.CLOUDFRONT_URL}/images/avatars/avatar_1.png`,
secondaryAvatar: `${CONST.CLOUDFRONT_URL}/images/avatars/avatar_3.png`,
};

export {
Expand Down

0 comments on commit ebbbe4d

Please sign in to comment.