Skip to content

Commit

Permalink
Merge pull request #5088 from brave/pr5068_issues/8848_1.7.x
Browse files Browse the repository at this point in the history
Fix the link to prevent loading in newtab (uplift to 1.7.x)
  • Loading branch information
kjozwiak authored Mar 27, 2020
2 parents 5280a0e + 32f77c9 commit 02c0e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/brave_new_tab_ui/data/backgrounds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ export const images: NewTab.Image[] = [
'name': 'ntp-fall-2019-13',
'source': 'will-christiansen-glacier-peak.webp',
'author': 'Will Christiansen',
'link': 'www.theskyfolk.com',
'link': 'https://www.theskyfolk.com',
'originalUrl': 'Contributor sent the hi-res version through email',
'license': 'used with permission'
},
{
'name': 'ntp-fall-2019-14',
'source': 'will-christiansen-ice.webp',
'author': 'Will Christiansen',
'link': 'www.theskyfolk.com',
'link': 'https://www.theskyfolk.com',
'originalUrl': 'Contributor sent the hi-res version through email',
'license': 'used with permission'
}
Expand Down

0 comments on commit 02c0e32

Please sign in to comment.