Skip to content

Commit

Permalink
feat: change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mrxiaozhuox committed Aug 9, 2022
1 parent 910b6df commit f2808b5
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 1 deletion.
Binary file modified client/dist/assets/dioxus/teacher-pod_bg.wasm
Binary file not shown.
Binary file modified client/dist/favicon.ico
Binary file not shown.
38 changes: 38 additions & 0 deletions client/public/assets/image/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/favicon-ol.ico
Binary file not shown.
Binary file modified client/public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion client/src/components/navbar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub fn NavBar(cx: Scope) -> Element {
img {
class: "block h-8 w-auto",
alt: "Workflow",
src: "/assets/image/logo.png",
src: "/assets/image/logo.svg",
}
}
div {
Expand Down

0 comments on commit f2808b5

Please sign in to comment.