-
Notifications
You must be signed in to change notification settings - Fork 971
Change facebook top tile to github and improve styling of top tiles icons #14073
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perfect solution. Approved!
js/data/newTabData.js
Outdated
'favicon': `${iconPath}/github.png`, | ||
'location': 'https://github.com/brave/', | ||
'themeColor': 'rgb(255, 255, 255)', | ||
'title': 'Brave Software | Github' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be GitHub
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fixed now 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment left about casing on new top site tile 😄 Otherwise, looks great!
The fix have been pushed and squashed now @bsclifton 🙂 |
js/data/newTabData.js
Outdated
@@ -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 AdBlock – Apps for Android not Google Play' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I go to the link above it says Brave Browser: Fast AdBlocker - Apps on Google Play
. I think we need to update it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed now with latest commit 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++
Thanks for merging 🙏 |
Fixes #14072
Submitter Checklist:
git rebase -i
to squash commits (if needed).