Use the updated Rust logo and change it's format to SVG
This commit is contained in:
parent
256721ee51
commit
bc6b199588
5 changed files with 67 additions and 5 deletions
|
|
@ -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)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue