Skip to content

Commit 06e3e13

Browse files
authored
Merge pull request #10790 from brave/update_default_ntp_wallpaper_desktop
Updated default ntp wallpaper image on Desktop
2 parents 799ee48 + 9612ee8 commit 06e3e13

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

browser/ui/webui/brave_webui_source.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void CustomizeWebUIHTMLSource(const std::string &name,
7272
{ "6c337c63662ee0ba4e57f6f8156d69ce.svg", IDR_BRAVE_NEW_TAB_IMG2 },
7373
// New tab Backgrounds
7474
#if !defined(OS_ANDROID)
75-
{ "spencer-moore_lake.avif", IDR_BRAVE_NEW_TAB_BACKGROUND1 },
75+
{ "dylan-malval_sea-min.webp", IDR_BRAVE_NEW_TAB_BACKGROUND1 },
7676
#endif
7777
// private tab
7878
{ "c168145d6bf1abf2c0322636366f7dbe.svg", IDR_BRAVE_PRIVATE_TAB_TOR_IMG }, // NOLINT

components/brave_new_tab_ui/data/backgrounds.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
export const images: NewTab.BackgroundWallpaper[] = [
66
{
7-
'wallpaperImageUrl': 'spencer-moore_lake.avif',
8-
'author': 'Spencer M. Moore',
9-
'link': 'https://www.smoorevisuals.com/landscapes',
7+
'wallpaperImageUrl': 'dylan-malval_sea-min.webp',
8+
'author': 'Dylan Malval',
9+
'link': 'https://www.instagram.com/vass_captures/',
1010
'originalUrl': 'Contributor sent the hi-res version through email',
1111
'license': 'used with permission'
1212
}
Binary file not shown.
Binary file not shown.

components/resources/brave_components_resources.grd

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

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

5555
<!-- WebUI private new tab resources -->

0 commit comments

Comments
 (0)