Skip to content

Commit

Permalink
updated categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftyos committed Dec 18, 2024
1 parent 60969ad commit ec6ae62
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,16 @@ export const PublishAgentInfo: React.FC<PublishAgentInfoProps> = ({
className="w-full appearance-none rounded-[55px] border border-slate-200 py-2.5 pl-4 pr-5 font-['Geist'] text-base font-normal leading-normal text-slate-500 dark:border-slate-700 dark:bg-gray-700 dark:text-slate-300"
>
<option value="">Select a category for your agent</option>
<option value="SEO">SEO</option>
<option value="productivity">Productivity</option>
<option value="writing">Writing & Content</option>
<option value="development">Development</option>
<option value="data">Data & Analytics</option>
<option value="marketing">Marketing & SEO</option>
<option value="research">Research & Learning</option>
<option value="creative">Creative & Design</option>
<option value="business">Business & Finance</option>
<option value="personal">Personal Assistant</option>
<option value="other">Other</option>
{/* Add more options here */}
</select>
</div>
Expand Down

0 comments on commit ec6ae62

Please sign in to comment.