fix(functions): update all starter templates link

"Starter" was resulting in null result because the matching is
case-sensitive and the useCase value is "starter" in the backend.
This commit is contained in:
Steven Nguyen
2024-10-07 15:48:35 -07:00
parent d5900e3656
commit ed40c3a9a5
+1 -1
View File
@@ -192,7 +192,7 @@
<Button
text
class="u-margin-block-start-24 u-margin-inline-start-auto"
href={`${base}/project-${$page.params.project}/functions/templates?useCase=Starter`}>
href={`${base}/project-${$page.params.project}/functions/templates?useCase=starter`}>
All starter templates <span class="icon-cheveron-right" />
</Button>
<div class="u-sep-block-start common-section" />