Skip to content

Commit

Permalink
Add css class to widget
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJansson committed Jul 11, 2023
1 parent 6852f48 commit 9e477dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlazorTurnstile/Turnstile.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@implements IAsyncDisposable
@inject IJSRuntime JS

<div @ref="@_element"></div>
<div @ref="@_element" class="cf-turnstile"></div>

@code {
private DotNetObjectReference<Turnstile>? _objRef;
Expand Down

0 comments on commit 9e477dc

Please sign in to comment.