Skip to content

Commit 7b2e997

Browse files
Make text static
Co-authored-by: Maciej Hirsz <[email protected]>
1 parent ae0f684 commit 7b2e997

File tree

1 file changed

+1
-1
lines changed
  • frameworks/non-keyed/kobold/src

1 file changed

+1
-1
lines changed

frameworks/non-keyed/kobold/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ fn Button(action: ButtonAction, state: &Hook<State>) -> impl View {
182182
type="button"
183183
{onclick}
184184
>
185-
{ text }
185+
{ static text }
186186
</button>
187187
</div>
188188
}

0 commit comments

Comments
 (0)