Remove trailing comma in svg example
This commit is contained in:
parent
43077364c5
commit
8bfd099c59
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ impl Tiger {
|
|||
|
||||
fn view(&self) -> Element<'_, Message> {
|
||||
let svg =
|
||||
svg(concat!(env!("CARGO_MANIFEST_DIR"), "/resources/tiger.svg",))
|
||||
svg(concat!(env!("CARGO_MANIFEST_DIR"), "/resources/tiger.svg"))
|
||||
.width(Fill)
|
||||
.height(Fill)
|
||||
.style(|_theme, _status| svg::Style {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue