Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit ad405a8

Browse files
committed
Style deprecated message
1 parent 85d9444 commit ad405a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/docs/functions.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ void main() { // Init SDK
310310
<tr>
311311
<td>
312312
APPWRITE_FUNCTION_EVENT_PAYLOAD
313-
<p class="margin-top-small text-fade">version &lt; 0.8.0</p>
313+
<p class="margin-top-small text-fade">version &lt; 0.8.0 <span class="text-danger">(deprecated)</span></p>
314314
</td>
315315
<td>Your function event payload. Deprecated in favor of APPWRITE_FUNCTION_EVENT_DATA in version 0.8.0.</td>
316316
</tr>

0 commit comments

Comments
 (0)