Skip to content

Commit

Permalink
Added social links to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
CodastickFantastic committed Apr 15, 2024
1 parent 030d0eb commit b6dcd85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/components/layout/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ export function Footer() {
</section>
<section className={styles.bottom}>
<Image src={logo} alt="Logo Jazba białe" width={110} />
<p className={styles.disclamer}>WSZYSTKIE PRAWA ZASTRZEŻONE | © 2023 JAZBA</p>
<p className={styles.disclamer}>WSZYSTKIE PRAWA ZASTRZEŻONE | © 2024 JAZBA</p>
<div className={styles.socials}>
<Link to="/"><Image src={fb} alt="Ikona facebook" width={32} height={32} /></Link>
<Link to="/"><Image src={ig} alt="Ikona instagram" width={32} height={32} /></Link>
<Link to="/"><Image src={tt} alt="Ikona tiktok" width={32} height={32} /></Link>
<Link to="https://www.facebook.com/JazbaHaft/" target="_blank"><Image src={fb} alt="Ikona facebook" width={32} height={32} /></Link>
<Link to="https://www.instagram.com/jazba_fashion/" target="_blank"><Image src={ig} alt="Ikona instagram" width={32} height={32} /></Link>
{/* <Link to="/"><Image src={tt} alt="Ikona tiktok" width={32} height={32} /></Link> */}
</div>
</section>
</footer>
Expand Down

0 comments on commit b6dcd85

Please sign in to comment.