diff --git a/frontend/src/components/URLShortener/URLShortener.tsx b/frontend/src/components/URLShortener/URLShortener.tsx index 7aa75e1..efcd45e 100644 --- a/frontend/src/components/URLShortener/URLShortener.tsx +++ b/frontend/src/components/URLShortener/URLShortener.tsx @@ -49,7 +49,7 @@ export default function URLShortener() { setTimeout(() => { setShowInput(false); - }, 10000); + }, 900000); } catch (error) { console.log(error); } diff --git a/frontend/src/components/footer/Footer.css b/frontend/src/components/footer/Footer.css index 291323a..3b99385 100644 --- a/frontend/src/components/footer/Footer.css +++ b/frontend/src/components/footer/Footer.css @@ -1,5 +1,8 @@ .footer { width: 100%; - height: 200px; + height: 100px; background-color: var(--color-secondary); + display: flex; + justify-content: center; + align-items: center; } \ No newline at end of file