Removes warning from state template

Signed-off-by: joshvanl <me@joshvanl.dev>
This commit is contained in:
joshvanl 2025-09-10 14:13:22 -04:00
parent 8ddb28f5a0
commit ec74420078
1 changed files with 0 additions and 4 deletions

View File

@ -67,10 +67,6 @@
<td align="center">
{{ if .features.workflow }}
<span role="img" aria-label="Workflow: Supported"></span>
{{ else if .features.workflow_warning }}
<a href="/reference/components-reference/supported-state-stores/{{ .link }}/#{{ .features.workflow_warning }}">
<span role="img" aria-label="Workflow: Warning" >⚠️</span>
</a>
{{else}}
<img src="/images/emptybox.png" alt="Workflow: Not supported" aria-label="Workflow: Not supported" />
{{ end }}