Skip to content

Commit

Permalink
Added the palisadoes foundation link to logo (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
aialok authored Jan 5, 2024
1 parent fd7603c commit 6ba8db0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
10 changes: 8 additions & 2 deletions src/screens/LoginPage/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,14 @@ function loginPage(): JSX.Element {
<Row className={styles.row}>
<Col sm={0} md={6} lg={7} className={styles.left_portion}>
<div className={styles.inner}>
<PalisadoesLogo className={styles.palisadoes_logo} />
<p className="text-center">{t('fromPalisadoes')}</p>
<a
href="https://www.palisadoes.org/"
target="_blank"
rel="noopener noreferrer"
>
<PalisadoesLogo className={styles.palisadoes_logo} />
<p className="text-center">{t('fromPalisadoes')}</p>
</a>
</div>

<div className={styles.socialIcons}>
Expand Down
23 changes: 15 additions & 8 deletions src/screens/UserPortal/UserLoginPage/UserLoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,21 @@ export default function userLoginPage(): JSX.Element {
return (
<div className={styles.mainContainer}>
<div className={styles.leftPane}>
<img
className={styles.palisadoesImage}
src={PalisadoesImage}
alt="Palisadoes Branding"
/>
<h6 style={{ textAlign: `center` }}>
<p>{t('fromPalisadoes')}</p>
</h6>
<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>
<div className={styles.socialIcons}>
<a
href="https://www.facebook.com/palisadoesproject"
Expand Down

0 comments on commit 6ba8db0

Please sign in to comment.