We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec415b3 commit bab5a32Copy full SHA for bab5a32
1 file changed
frontend/src/routes/(authenticated)/wheresMyProject/+page.svelte
@@ -22,7 +22,7 @@
22
{/snippet}
23
{#snippet missingFlagContent()}
24
<Markdown md={$t('where_is_my_project.user_not_in_beta')} />
25
- <Button on:click={requestBetaAccess}>{$t('where_is_my_project.request_beta_access')}</Button>
+ <Button onclick={requestBetaAccess}>{$t('where_is_my_project.request_beta_access')}</Button>
26
27
</FeatureFlagAlternateContent>
28
</div>
0 commit comments