Styles styels styles
This commit is contained in:
@@ -663,6 +663,7 @@ export default function Keywords() {
|
||||
data={keywords}
|
||||
loading={loading}
|
||||
showContent={showContent}
|
||||
checkboxColumnWidth="40px"
|
||||
filters={pageConfig.filters}
|
||||
filterValues={{
|
||||
search: searchTerm,
|
||||
|
||||
@@ -20,14 +20,14 @@ export default function SetupWizard() {
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="min-h-screen bg-gray-50 dark:bg-gray-900">
|
||||
<div className="space-y-6">
|
||||
<PageHeader
|
||||
title="Setup Wizard"
|
||||
badge={{ icon: <ShootingStarIcon className="w-5 h-5" />, color: 'blue' }}
|
||||
description="Complete guided setup for your site"
|
||||
/>
|
||||
|
||||
<div className="max-w-4xl mx-auto py-8 px-4">
|
||||
<div className="py-4">
|
||||
<OnboardingWizard
|
||||
onComplete={handleComplete}
|
||||
onSkip={handleSkip}
|
||||
|
||||
Reference in New Issue
Block a user