Compare commits
2 commits
592adb15d3
...
88ab690456
Author | SHA1 | Date | |
---|---|---|---|
|
88ab690456 | ||
|
0b901eedd8 |
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ export default function () {
|
|||
|
||||
setTimeout(() => {
|
||||
setShowInput(false);
|
||||
}, 10000);
|
||||
}, 900000);
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
}
|
||||
|
@ -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…
Add table
Reference in a new issue