Skip to content

Commit

Permalink
feat: add new topics
Browse files Browse the repository at this point in the history
  • Loading branch information
RianNegreiros committed Dec 30, 2024
1 parent d9e155d commit 995616f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions frontend/app/dashboard/create-new/_components/SelectTopic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,21 @@ const options = [
'Random AI Story',
'Historical Facts',
'Fun Facts',
'Science Facts',
'Motivational',
'Scary Story',
'Adventure Story',
'Fantasy Story',
'Sci-Fi Story',
"Steampunk Story",
'Romance Story',
'Mystery/Thriller Story',
"Historical Fiction",
'Poems',
"Tech Trends",
"Philosophical Quotes",
"Space Exploration",
"Mythology"
]

export default function SelectTopic({ onUserSelect }: SelectTopicProps) {
Expand Down

0 comments on commit 995616f

Please sign in to comment.