Commit 5bc2baeb authored by Weiser's avatar Weiser
Browse files

newest

parent 2fcf6e38
......@@ -76,7 +76,7 @@
flex-direction: column;
}
.footer15-image1 {
height: 4rem;
height: 6rem;
}
.footer15-social-links {
gap: var(--dl-space-space-twounits);
......
......@@ -32,7 +32,7 @@ const Footer15 = (props) => {
<div className="footer15-container2">
<img
alt={props.logoAlt}
src={props.logoSrc}
src="/frontend/public/external/HFT-Logo.jpg"
className="footer15-image1"
/>
<div className="footer15-social-links">
......@@ -96,7 +96,6 @@ Footer15.defaultProps = {
copyright: "© 2024 Weather Applikation. All rights reserved.",
privacyLink: "Privacy Policy",
termsLink: "Terms of Use",
logoSrc: "/public/external/HFT-Logo.png",
content2: "Stay updated with the latest weather information.",
logoAlt: "HFT-Logo",
content1: "Get accurate weather forecasts for any location.",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment