mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 06:57:12 +01:00
make footer sticky
This commit is contained in:
19
components/footer.js
Normal file
19
components/footer.js
Normal file
@@ -0,0 +1,19 @@
|
||||
import React from 'react'
|
||||
|
||||
import Card from 'react-bootstrap/Card'
|
||||
|
||||
export default function Footer() {
|
||||
return (
|
||||
<footer className="mt-5 mb-2">
|
||||
<Card>
|
||||
<Card.Body>
|
||||
<Card.Title>i.A. des Freundeskreis des VCP Rosenfeld</Card.Title>
|
||||
<Card.Text>
|
||||
Hier sollte es irgendwann ein Impressum, Datenschutzhinweise usw.
|
||||
geben.
|
||||
</Card.Text>
|
||||
</Card.Body>
|
||||
</Card>
|
||||
</footer>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user