Skip to content

Commit

Permalink
Update content.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchmidt committed Nov 15, 2024
1 parent 193d3eb commit 0509019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dito/app/resources/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ export const digitalSuitability = {
].map((href, index) => ({
text: `Prinzip ${index + 1}`,
href: ROUTE_PRINCIPLES.url + "/" + href,
look: "ghost",
look: "ghost" as const,
})),
},
// {
Expand Down

0 comments on commit 0509019

Please sign in to comment.