Skip to content

Commit

Permalink
Updated code
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaaqziyan committed Jun 29, 2024
1 parent 8843cb1 commit c35ee12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/src/page/login.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ pub fn Login(cx: Scope) -> Element {
},

img {
src: "/static/icons/uchat.jpg", // Adjust the path to your logo file
src: "/static/icons/uchat.jpg",
alt: "Logo",
class: "mx-auto mb-4", // Center the logo and add bottom margin
class: "mx-auto mb-4",
},

UsernameInput {
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/page/register.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ pub fn Register(cx: Scope) -> Element {
onsubmit: form_onsubmit,

img {
src: "/static/icons/uchat.jpg", // Adjust the path to your logo file
src: "/static/icons/uchat.jpg",
alt: "Logo",
class: "mx-auto mb-4", // Center the logo and add bottom margin
class: "mx-auto mb-4",
},

UsernameInput {
Expand Down

0 comments on commit c35ee12

Please sign in to comment.