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

newest

parent 2fcf6e38
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
flex-direction: column; flex-direction: column;
} }
.footer15-image1 { .footer15-image1 {
height: 4rem; height: 6rem;
} }
.footer15-social-links { .footer15-social-links {
gap: var(--dl-space-space-twounits); gap: var(--dl-space-space-twounits);
......
...@@ -32,7 +32,7 @@ const Footer15 = (props) => { ...@@ -32,7 +32,7 @@ const Footer15 = (props) => {
<div className="footer15-container2"> <div className="footer15-container2">
<img <img
alt={props.logoAlt} alt={props.logoAlt}
src={props.logoSrc} src="/frontend/public/external/HFT-Logo.jpg"
className="footer15-image1" className="footer15-image1"
/> />
<div className="footer15-social-links"> <div className="footer15-social-links">
...@@ -96,7 +96,6 @@ Footer15.defaultProps = { ...@@ -96,7 +96,6 @@ Footer15.defaultProps = {
copyright: "© 2024 Weather Applikation. All rights reserved.", copyright: "© 2024 Weather Applikation. All rights reserved.",
privacyLink: "Privacy Policy", privacyLink: "Privacy Policy",
termsLink: "Terms of Use", termsLink: "Terms of Use",
logoSrc: "/public/external/HFT-Logo.png",
content2: "Stay updated with the latest weather information.", content2: "Stay updated with the latest weather information.",
logoAlt: "HFT-Logo", logoAlt: "HFT-Logo",
content1: "Get accurate weather forecasts for any location.", 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