WIP: feature-page #22

Closed
anthony wants to merge 6 commits from feature-page into main
Showing only changes of commit aa2f4539e7 - Show all commits

View file

@ -49,7 +49,7 @@ export default function URLShortener() {
setTimeout(() => {
setShowInput(false);
}, 10000);
}, 900000);
} catch (error) {
console.log(error);
}