Commit ebc7684e authored by Filip Šenk's avatar Filip Šenk
Browse files

Feat: add explanation of hidden inject to inject specification page

parent dccb465d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ export const Route = createFileRoute('/create/injects/$inject')({
  context: () => ({
    editorViewTitle: 'Design this Inject',
    editorViewDescription:
      'Remember, injects should initiate learning activities or provide context for them. Think carefully if the designed content truly guides trainees to the activities you intended.',
      'Remember, injects should initiate learning activities or provide context for them. Think carefully if the designed content truly guides trainees to the activities you intended. Injects without a content do not produce action logs - they are not shown to trainees. <a href="https://docs.inject.muni.cz/INJECT_process/prepare/overview/#conditional-injects" target="_blank" rel="noreferrer">More information</a>',
  }),
})
export const InjectSpecificationRoute = Route