Compare commits
2 Commits
6316ecd027
...
7d6a13a57b
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d6a13a57b | |||
| 68d97c81da |
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@zen/core",
|
||||
"version": "1.4.64",
|
||||
"version": "1.4.65",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@zen/core",
|
||||
"version": "1.4.64",
|
||||
"version": "1.4.65",
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@headlessui/react": "^2.0.0",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@zen/core",
|
||||
"version": "1.4.64",
|
||||
"version": "1.4.65",
|
||||
"description": "Un CMS Next.js construit sur l'essentiel, rien de plus, rien de moins.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -38,7 +38,7 @@ const SettingsPage = ({ appConfig = {} }) => {
|
||||
<TabNav tabs={TABS} activeTab={activeTab} onTabChange={setActiveTab} />
|
||||
|
||||
{activeTab === 'general' && (
|
||||
<Card title="Informations générales" className='min-w-1/2'>
|
||||
<Card title="Informations générales" className='min-w-3/5'>
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||
<Input
|
||||
label="Nom du site"
|
||||
@@ -70,7 +70,7 @@ const SettingsPage = ({ appConfig = {} }) => {
|
||||
)}
|
||||
|
||||
{activeTab === 'appearance' && (
|
||||
<Card title="Thème" className='min-w-1/2'>
|
||||
<Card title="Thème" className='min-w-3/5'>
|
||||
<div className="max-w-xs">
|
||||
<Select
|
||||
label="Thème de l'interface"
|
||||
|
||||
Reference in New Issue
Block a user