Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Karakas
SWP_SS24_Wetterdaten_sammeln
Commits
5bc2baeb
Commit
5bc2baeb
authored
May 12, 2024
by
Weiser
Browse files
newest
parent
2fcf6e38
Changes
3
Hide whitespace changes
Inline
Side-by-side
frontend/public/external/HFT-Logo.p
n
g
→
frontend/public/external/HFT-Logo.
j
pg
View file @
5bc2baeb
File moved
frontend/src/components/footer15.css
View file @
5bc2baeb
...
...
@@ -76,7 +76,7 @@
flex-direction
:
column
;
}
.footer15-image1
{
height
:
4
rem
;
height
:
6
rem
;
}
.footer15-social-links
{
gap
:
var
(
--dl-space-space-twounits
);
...
...
frontend/src/components/footer15.js
View file @
5bc2baeb
...
...
@@ -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.
"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment