Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Change facebook top tile to github and improve styling of top tiles icons #14073

Merged
merged 2 commits into from
May 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ let generateBraveManifest = () => {
'img/favicon.ico',
'img/newtab/defaultTopSitesIcon/appstore.png',
'img/newtab/defaultTopSitesIcon/brave.ico',
'img/newtab/defaultTopSitesIcon/facebook.png',
'img/newtab/defaultTopSitesIcon/github.png',
'img/newtab/defaultTopSitesIcon/playstore.png',
'img/newtab/defaultTopSitesIcon/twitter.png',
'img/newtab/defaultTopSitesIcon/youtube.png'
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions js/data/newTabData.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ module.exports.topSites = [
'title': 'Brave Software (@brave) | Twitter'
},
{
'key': 'https://www.facebook.com/BraveSoftware/|0',
'key': 'https://github.com/brave/|0',
'count': 0,
'favicon': `${iconPath}/facebook.png`,
'location': 'https://www.facebook.com/BraveSoftware/',
'themeColor': 'rgb(59, 89, 152)',
'title': 'Brave Software | Facebook'
'favicon': `${iconPath}/github.png`,
'location': 'https://github.com/brave/',
'themeColor': 'rgb(255, 255, 255)',
'title': 'Brave Software | GitHub'
},
{
'key': 'https://www.youtube.com/bravesoftware/|0',
'key': 'https://youtube.com/bravesoftware/|0',
'count': 0,
'favicon': `${iconPath}/youtube.png`,
'location': 'https://www.youtube.com/bravesoftware/',
'themeColor': '#E62117',
'location': 'https://youtube.com/bravesoftware/',
'themeColor': 'rgb(255, 255, 255)',
'title': 'Brave Browser - YouTube'
},
{
Expand All @@ -63,6 +63,6 @@ module.exports.topSites = [
'favicon': `${iconPath}/playstore.png`,
'location': 'https://play.google.com/store/apps/details?id=com.brave.browser',
'themeColor': 'rgb(241, 241, 241)',
'title': 'Brave Browser: Fast AdBlock – Apps para Android no Google Play'
'title': 'Brave Browser: Fast AdBlocker - Apps on Google Play'
}
]