generated from dwd/boilarplate-remix-tailwind-antd
s1
This commit is contained in:
@@ -34,7 +34,6 @@ function toggleSection() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
export default function Index() {
|
||||
const [percent, setPercent] = useState(0);
|
||||
const [secondsLeft, setSecondsLeft] = useState(5);
|
||||
@@ -75,7 +74,7 @@ export default function Index() {
|
||||
<div className="flex flex-col">
|
||||
<div className="flex flex-row justify-between place-items-center">
|
||||
<label className="text-[18px] font-[500] my-4" htmlFor="textToUse">Text to Use</label>
|
||||
<p className="text-[16px] font-[500] text-[#9D9D9D]"><span id="letterLength"></span>0<span>/2000</span></p>
|
||||
<p className="text-[16px] font-[500] text-[#9D9D9D]"><span id="letterLength"></span><span>/2000</span></p>
|
||||
</div>
|
||||
<textarea onChange={letterCount} name="queryMessage" id="queryMessage" rows="6" maxLength="200" className="focus:outline-none border-[1px] border-[#CFCFCF] rounded-[8px] p-6" placeholder="Enter the topic you’d like to generate a quiz for."></textarea>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user