fix(): Misc UI formatting fixes
* Fixes footer CSS * Increase URL timeout
This commit is contained in:
parent
1887be54e5
commit
cf3131d09d
2 changed files with 5 additions and 2 deletions
|
@ -49,7 +49,7 @@ export default function URLShortener() {
|
|||
|
||||
setTimeout(() => {
|
||||
setShowInput(false);
|
||||
}, 10000);
|
||||
}, 900000);
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
}
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.footer {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
height: 100px;
|
||||
background-color: var(--color-secondary);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
Loading…
Reference in a new issue