Fix a small bug within the URL shortener component
This commit is contained in:
parent
7855a44b46
commit
0b901eedd8
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ export default function () {
|
|||
}
|
||||
}
|
||||
return (
|
||||
<div className="URLShortener-component">
|
||||
<div className="URLShortener-component">
|
||||
<div className="left-side">
|
||||
<h1>Paste the URL</h1>
|
||||
<form className="url-input" onSubmit={ShortenIt}>
|
||||
|
|
Loading…
Reference in a new issue