Skip to content

Commit

Permalink
Fix Swate logo for firefox 🦊
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Jul 26, 2024
1 parent da3bbe1 commit 4319afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/SidebarComponents/Navbar.fs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ let NavbarComponent (model : Model) (dispatch : Msg -> unit) (sidebarsize: Model
prop.style [style.width 100; style.cursor.pointer; style.padding (0,length.rem 0.4)]
let path = if model.PageState.IsExpert then "_e" else ""
Bulma.image [ Html.img [
prop.style [style.maxHeight(length.perc 100)]
prop.style [style.maxHeight(length.perc 100); style.width 100]
prop.src @$"assets\Swate_logo_for_excel{path}.svg"
] ]
|> prop.children
Expand Down

0 comments on commit 4319afd

Please sign in to comment.