Updated default ntp wallpaper image
fix https://github.com/brave/brave-browser/issues/19127
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 622 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 241 KiB |
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user