Skip to content

Commit

Permalink
Update Impressum to chakra v3 #363
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianK13 committed Jan 18, 2025
1 parent 04aa304 commit c312736
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/pages/Impressum.jsx
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
import { Card, CardBody, CardHeader, Heading } from '@chakra-ui/react'
import { Card, Heading } from '@chakra-ui/react'
import React from 'react'

import Main from '../Main'

const Impressum = () => {
return (
<Main title='Impressum' description='Impressum der Website.'>
<Card height='100%' overflow='auto'>
<CardHeader>
<Card.Root height='100%' overflow='auto'>
<Card.Header>
<Heading as='h1'>Impressum</Heading>
</CardHeader>
<CardBody>
</Card.Header>
<Card.Body>
<p>
Martin Großhauser <br />
Arnulfstraße 138 <br />
Expand Down Expand Up @@ -82,8 +82,8 @@ const Impressum = () => {
Bekanntwerden von Rechtsverletzungen werden wir derartige Inhalte
unverzüglich entfernen.
</p>
</CardBody>
</Card>
</Card.Body>
</Card.Root>
</Main>
)
}
Expand Down

0 comments on commit c312736

Please sign in to comment.