Skip to content

Commit

Permalink
Revert specific changes from commit 1386
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyadharshiniNagarathinam committed Jan 7, 2024
1 parent e2af928 commit 45e19cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 26 deletions.
3 changes: 0 additions & 3 deletions package-lock.json

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

10 changes: 2 additions & 8 deletions src/screens/LoginPage/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,14 +233,8 @@ function loginPage(): JSX.Element {
<Row className={styles.row}>
<Col sm={0} md={6} lg={7} className={styles.left_portion}>
<div className={styles.inner}>
<a
href="https://www.palisadoes.org/"
target="_blank"
rel="noopener noreferrer"
>
<PalisadoesLogo className={styles.palisadoes_logo} />
<p className="text-center">{t('fromPalisadoes')}</p>
</a>
<PalisadoesLogo className={styles.palisadoes_logo} />
<p className="text-center">{t('fromPalisadoes')}</p>
</div>

<div className={styles.socialIcons}>
Expand Down
23 changes: 8 additions & 15 deletions src/screens/UserPortal/UserLoginPage/UserLoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,14 @@ export default function userLoginPage(): JSX.Element {
return (
<div className={styles.mainContainer}>
<div className={styles.leftPane}>
<a
href="https://www.palisadoes.org/"
target="_blank"
rel="noopener noreferrer"
>
<img
className={styles.palisadoesImage}
src={PalisadoesImage}
alt="Palisadoes Branding"
/>

<h6 style={{ textAlign: `center` }}>
<p>{t('fromPalisadoes')}</p>
</h6>
</a>
<img
className={styles.palisadoesImage}
src={PalisadoesImage}
alt="Palisadoes Branding"
/>
<h6 style={{ textAlign: `center` }}>
<p>{t('fromPalisadoes')}</p>
</h6>
<div className={styles.socialIcons}>
<a
href="https://www.facebook.com/palisadoesproject"
Expand Down

0 comments on commit 45e19cb

Please sign in to comment.