Skip to content

Commit

Permalink
Fix listItem types
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchmidt committed Jun 5, 2024
1 parent a81d469 commit 7be330a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dito/app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { landing } from "resources/content";
export default function Index() {
const listItems = landing.list.items.map((item) => ({
headline: {
tagName: "h3",
tagName: "h3" as const,
text: item.title,
},
content: item.text,
Expand Down

0 comments on commit 7be330a

Please sign in to comment.