Skip to content

Commit

Permalink
fix: remove redundant heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Woiwode authored and Gregor Woiwode committed Jun 10, 2024
1 parent 79a2bcf commit 73b38c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/kontrakte/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export default component$(() => {
return (
<>
<Section>
<LinkedHeading>Dokumente</LinkedHeading>
{contractDocumentsByCategory.map(({ category, documents }, index) => {
return (
<div class='grid gap-4 py-12' key={index} id={category}>
Expand Down

0 comments on commit 73b38c3

Please sign in to comment.