Skip to content

Commit

Permalink
Theme: Fix logo in login screen
Browse files Browse the repository at this point in the history
(reference #52)
  • Loading branch information
piotrzarzycki21 committed Jan 18, 2024
1 parent 4436508 commit dd0305e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
]]>
</fx:Script>
<j:Card className="loginViewBackground" itemsHorizontalAlign="itemsCenter" itemsVerticalAlign="itemsCenter">
<j:Image src="resources/images/prominic-logo-stacked-WHITE.png" width="200" height="200"/>
<j:Image className="prominicLogo"/>
<j:Form localId="loginForm" percentWidth="100" includeIn="loginInternal">
<j:beads>
<j:FormValidator id="validatorForm" trigger="{btnLogin}" triggerEvent="click" />
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd0305e

Please sign in to comment.