Skip to content

Commit

Permalink
duplicate footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
nshCore committed May 31, 2024
1 parent 799c902 commit 2bc6dff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/FooterContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const FooterContent: FunctionComponent<FooterContentType> = ({
<div className={styles.footerLinksContainer}>
<div className={styles.tssFooter}>
<div className={styles.text2}>
A Third Strand Studio Incubation Project - <a href="https://thirdstrandstudio.com" target="_blank" style={{color: "var(--saasbrandcolour)"}}>www.thirdstrandstudio.com</a>
A Third Strand Studio Incubation Project - <a href="https://thirdstrandstudio.com" target='_blank' style={{color: "var(--saasbrandcolour)"}}>www.thirdstrandstudio.com</a>
</div>
<b className={styles.hidden}>hidden</b>
<b className={styles.hidden}>hidden</b>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Property1Default1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const Property1Default1: FunctionComponent<Property1Default1Type> = ({
<div className={styles.tssFooter}>
<div className={styles.text2}>
A Third Strand Studio Incubation Project -
<a href="https://thirdstrandstudio.com" style={{color: "var(--saasbrandcolour)"}}>www.thirdstrandstudio.com</a>
<a href="https://thirdstrandstudio.com" target={"_blank"} style={{color: "var(--saasbrandcolour)"}}>www.thirdstrandstudio.com</a>
</div>
<b className={styles.hidden}>hidden</b>
<b className={styles.hidden}>hidden</b>
Expand Down

0 comments on commit 2bc6dff

Please sign in to comment.