pages header

This commit is contained in:
Cypro Freelance 2024-07-17 23:46:05 +05:30
parent 31e840c88e
commit 092dbd504a
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ const DownloadsPage = () => {
return (
<section id="downloads-page" className="wrapper container">
<h1 className="text-3xl font-bold py-6">Mods Form</h1>
<h1 className="text-3xl font-bold py-6">Downloads Form</h1>
<Form {...form}>
<form onSubmit={form.handleSubmit(onSubmit)} className="space-y-4">
<FormField

View file

@ -56,7 +56,7 @@ const SvrjsModsAdminPage = () => {
return (
<section id="mods-page" className="wrapper container">
<h1 className="text-3xl font-bold py-6">Download Form</h1>
<h1 className="text-3xl font-bold py-6">Mods Form</h1>
<Form {...form}>
<form onSubmit={form.handleSubmit(onSubmit)} className="space-y-4">
<FormField