Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed typo #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/ImageLinkForm/ImageLinkForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const ImageLinkForm = ({ onInputChange, onButtonSubmit }) => {
</p>
<div className='center'>
<div className='form center pa4 br3 shadow-5'>
<input className='f4 pa2 w-70 center' type='tex' onChange={onInputChange}/>
<input className='f4 pa2 w-70 center' type='text' onChange={onInputChange}/>
<button
className='w-30 grow f4 link ph3 pv2 dib white bg-light-purple'
onClick={onButtonSubmit}
Expand All @@ -20,4 +20,4 @@ const ImageLinkForm = ({ onInputChange, onButtonSubmit }) => {
);
}

export default ImageLinkForm;
export default ImageLinkForm;