mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
layout of actions done
This commit is contained in:
@@ -5,7 +5,7 @@ const AddWord = () => {
|
||||
console.log('word');
|
||||
|
||||
return (
|
||||
<div className="form-add-word">
|
||||
<div className="action-form add-word">
|
||||
<form>
|
||||
<textarea placeholder="Add the word/words separated by commas" cols="30" rows="10"></textarea>
|
||||
<input type="submit" value="Add Word(s)" />
|
||||
|
||||
Reference in New Issue
Block a user