Fix a small bug within the URL shortener component

This commit is contained in:
Anthony Al Lazkani 2024-12-25 22:36:09 +02:00 committed by Elia el Lazkani
parent 7855a44b46
commit 0b901eedd8

View file

@ -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}>