Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bubblegan committed Nov 26, 2024
1 parent b6d8d00 commit b4e163a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/ai-category-theme-dialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function AiCategoryThemeDialog(props: { isOpen: boolean; setIsOpen: (isOp
/>
<div className="flex w-full flex-row-reverse gap-2">
<Button className="w-fit" disabled={isLoading} onClick={handleFetchingTheme}>
{isLoading ? "Getting Yur Theme" : "Prompt"}{" "}
{isLoading ? "Getting Your Theme" : "Prompt"}{" "}
{isLoading && <LoaderIcon className="ml-2 h-4 w-4 animate-spin" />}
</Button>
{themeAvailabled && (
Expand Down

0 comments on commit b4e163a

Please sign in to comment.