Use the updated Rust logo and change it's format to SVG

This commit is contained in:
Loïc BRANSTETT 2022-01-13 14:44:30 +01:00
parent 256721ee51
commit bc6b199588
5 changed files with 67 additions and 5 deletions

View file

@ -240,7 +240,7 @@ pub(super) fn write_shared(
}
if (*cx.shared).layout.logo.is_empty() {
write_toolchain("rust-logo.png", static_files::RUST_LOGO)?;
write_toolchain("rust-logo.svg", static_files::RUST_LOGO_SVG)?;
}
if (*cx.shared).layout.favicon.is_empty() {
write_toolchain("favicon.svg", static_files::RUST_FAVICON_SVG)?;