fix(admin): trend chart height 100px, logs 3-column layout, KPI cards clickable links, AI timeout 120s env var, X/Pinterest settings
This commit is contained in:
@@ -153,6 +153,8 @@ export default function SettingsPage() {
|
||||
<div className="p-6 space-y-5">
|
||||
{field('facebookUrl', 'Facebook', { placeholder: 'https://facebook.com/...' })}
|
||||
{field('instagramUrl', 'Instagram', { placeholder: 'https://instagram.com/...' })}
|
||||
{field('twitterUrl', 'X (Twitter)', { placeholder: 'https://x.com/...' })}
|
||||
{field('pinterestUrl', 'Pinterest', { placeholder: 'https://pinterest.com/...' })}
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user