Skip to content

Commit

Permalink
U4X-459 Adding Legacy UI link (UgandaEMR 3.x) on login page (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daphne210 authored Mar 19, 2024
1 parent cf23f1e commit c4aef45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/login/login.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ const Login: React.FC<LoginReferrer> = () => {
<a href="mailto:[email protected]">[email protected]</a> for
support
</span>
<span className={styles.link}>
Go to <a href={`/openmrs/login.htm`}> Legacy UI</a>
</span>
<div className={styles.attribution}>
<span className={styles["powered-by-txt"]}>
{t("poweredBy", "Powered by")}
Expand Down
2 changes: 1 addition & 1 deletion src/login/login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

.link {
text-decoration-line: none;
margin-left: 0.5rem;
margin: 0 0 0.5rem 0.5rem;
}

.login-card {
Expand Down

0 comments on commit c4aef45

Please sign in to comment.