Skip to content

Commit

Permalink
NTP: Update case in background license field
Browse files Browse the repository at this point in the history
Follow-up of #4398
  • Loading branch information
cezaraugusto committed Mar 6, 2020
1 parent cf3ee91 commit bc7b80c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions components/brave_new_tab_ui/data/backgrounds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,46 +41,46 @@ export const images: NewTab.Image[] = [
'author': 'Ben Karpinski',
'link': 'https://www.benkarpinski.com/landscapes',
'originalUrl': 'Contributor sent the hi-res version through email',
'license': 'Used with permission'
'license': 'used with permission'
},
{
'name': 'ntp-fall-2019-8',
'source': 'joe-gardner.webp',
'author': 'Joe Gardner',
'link': 'https://unsplash.com/@josephgardnerphotography?utm_source=unsplash&utm_medium=referral&utm_content=credit',
'originalUrl': 'https://unsplash.com/photos/4xv3lqnanYc',
'license': 'Used with permission'
'license': 'used with permission'
},
{
'name': 'ntp-fall-2019-10',
'source': 'matt-palmer.webp',
'author': 'Matt Palmer',
'link': 'https://unsplash.com/@mattpalmer?utm_source=unsplash&utm_medium=referral&utm_content=credit',
'originalUrl': 'https://unsplash.com/photos/veMnvjmfoxw',
'license': 'Used with permission'
'license': 'used with permission'
},
{
'name': 'ntp-fall-2019-12',
'source': 'svalbard-jerol-soibam.webp',
'author': 'Jerol Soibam',
'link': 'https://www.instagram.com/jerol_soibam',
'originalUrl': 'Contributor sent the hi-res version through email',
'license': 'Used with permission'
'license': 'used with permission'
},
{
'name': 'ntp-fall-2019-13',
'source': 'will-christiansen-glacier-peak.webp',
'author': 'Will Christiansen',
'link': 'www.theskyfolk.com',
'originalUrl': 'Contributor sent the hi-res version through email',
'license': 'Used with permission'
'license': 'used with permission'
},
{
'name': 'ntp-fall-2019-14',
'source': 'will-christiansen-ice.webp',
'author': 'Will Christiansen',
'link': 'www.theskyfolk.com',
'originalUrl': 'Contributor sent the hi-res version through email',
'license': 'Used with permission'
'license': 'used with permission'
}
]

0 comments on commit bc7b80c

Please sign in to comment.