mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
remove colons after input name
This commit is contained in:
@@ -3,7 +3,7 @@ import { h } from 'preact';
|
||||
export default function(props) {
|
||||
return (
|
||||
<label>
|
||||
{props.text}:
|
||||
{props.text}
|
||||
<textarea
|
||||
class={props.name}
|
||||
placeholder={props.placeholder}
|
||||
|
||||
Reference in New Issue
Block a user