Skip to content

Commit 72cdada

Browse files
authored
edit link to custom actions (onyx-dot-app#5129)
1 parent c442eba commit 72cdada

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

web/src/app/admin/actions/ActionEditor.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@ function ActionForm({
123123
<button
124124
type="button"
125125
className="
126-
absolute
127-
bottom-4
126+
absolute
127+
bottom-4
128128
right-4
129129
border-border
130130
border
131131
bg-background
132132
rounded
133-
py-1
134-
px-3
133+
py-1
134+
px-3
135135
text-sm
136136
hover:bg-accent-background
137137
"
@@ -162,7 +162,7 @@ function ActionForm({
162162
/>
163163
<div className="mt-4 text-sm bg-blue-50 text-blue-700 dark:text-blue-300 dark:bg-blue-900 p-4 rounded-md border border-blue-200 dark:border-blue-800">
164164
<Link
165-
href="https://docs.onyx.app/tools/custom"
165+
href="https://docs.onyx.app/actions/custom#custom-actions"
166166
className="text-link hover:underline flex items-center"
167167
target="_blank"
168168
rel="noopener noreferrer"

0 commit comments

Comments
 (0)