Spelunking-Studios / The-Caverns-Website

Prefer boolean attributes notation in JSX JS-0400
Anti-pattern
Minor
20 days ago20 days old
Value must be omitted for boolean attribute disabled
77                            </div>
78                        </fieldset>
79                        {fc}
80                        <input type="submit" value="Submit" className="rounded-lg bg-neutral-300 dark:bg-neutral-500 px-3 py-2 transition ease-in-out enabled:hover:scale-110 enabled:focus:scale-110 mx-auto my-3 enabled:dark:hover:bg-neutral-400 enabled:dark:focus:bg-neutral-400 block text-2xl outline-none" disabled={true} />81                    </form>
82                </main>
83                <Footer />