Skip to content

Commit 7028329

Browse files
committed
Format the docs link for Schedules like the other for consistency
1 parent 1e4c080 commit 7028329

File tree

1 file changed

+6
-2
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.schedules.$scheduleParam

1 file changed

+6
-2
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.schedules.$scheduleParam/route.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,12 @@ export default function Page() {
358358
iconClassName="text-indigo-500"
359359
variant="info"
360360
accessory={
361-
<LinkButton to="https://trigger.dev/docs/v3/tasks-scheduled" variant="docs/small">
362-
Docs
361+
<LinkButton
362+
to="https://trigger.dev/docs/v3/tasks-scheduled"
363+
variant="docs/small"
364+
LeadingIcon={BookOpenIcon}
365+
>
366+
Schedules docs
363367
</LinkButton>
364368
}
365369
panelClassName="max-w-full"

0 commit comments

Comments
 (0)