mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 06:57:12 +01:00
ditch boostrap and use tailwind instead
This commit is contained in:
@@ -1,19 +1,12 @@
|
||||
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>
|
||||
<p>i.A. des Freundeskreis des VCP Rosenfeld</p>
|
||||
<p>
|
||||
Hier sollte es irgendwann ein Impressum, Datenschutzhinweise usw. geben.
|
||||
</p>
|
||||
</footer>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user