Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut committed Jan 3, 2024
1 parent c7e86a2 commit 2de6816
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/subsubsections/components/SubsubsectionForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ export function SubsubsectionForm<S extends z.ZodType<any, any>>(props: FormProp
items={subsubsectionSpecialOptions}
/>
<div className="mt-4">
<Link href={Routes.SubsubsectionSpecialsPage({ projectSlug: projectSlug! })} className="py-2">
<Link
href={Routes.SubsubsectionSpecialsPage({ projectSlug: projectSlug! })}
className="py-2"
>
Besonderheiten verwalten…
</Link>
</div>
Expand Down

0 comments on commit 2de6816

Please sign in to comment.