Skip to content

Updated default ntp wallpaper image on Desktop #10790

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 2, 2021
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 browser/ui/webui/brave_webui_source.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void CustomizeWebUIHTMLSource(const std::string &name,
{ "6c337c63662ee0ba4e57f6f8156d69ce.svg", IDR_BRAVE_NEW_TAB_IMG2 },
// New tab Backgrounds
#if !defined(OS_ANDROID)
{ "spencer-moore_lake.avif", IDR_BRAVE_NEW_TAB_BACKGROUND1 },
{ "dylan-malval_sea-min.webp", IDR_BRAVE_NEW_TAB_BACKGROUND1 },
#endif
// private tab
{ "c168145d6bf1abf2c0322636366f7dbe.svg", IDR_BRAVE_PRIVATE_TAB_TOR_IMG }, // NOLINT
Expand Down
6 changes: 3 additions & 3 deletions components/brave_new_tab_ui/data/backgrounds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

export const images: NewTab.BackgroundWallpaper[] = [
{
'wallpaperImageUrl': 'spencer-moore_lake.avif',
'author': 'Spencer M. Moore',
'link': 'https://www.smoorevisuals.com/landscapes',
'wallpaperImageUrl': 'dylan-malval_sea-min.webp',
'author': 'Dylan Malval',
'link': 'https://www.instagram.com/vass_captures/',
'originalUrl': 'Contributor sent the hi-res version through email',
'license': 'used with permission'
}
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion components/resources/brave_components_resources.grd
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<!-- Imagery links -->
<if expr="not is_android">
<include name="IDR_BRAVE_NEW_TAB_BACKGROUND1" file="../img/newtab/backgrounds/spencer-moore_lake.avif" type="BINDATA" />
<include name="IDR_BRAVE_NEW_TAB_BACKGROUND1" file="../img/newtab/backgrounds/dylan-malval_sea-min.webp" type="BINDATA" />
</if>

<!-- WebUI private new tab resources -->
Expand Down