Skip to content

Commit

Permalink
chore: changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-maker committed Aug 16, 2023
1 parent bc85d11 commit 2b38be6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/(dashboard)/(routes)/image/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const PhotoPage = () => {
<Input
className="border-0 outline-none focus-visible:ring-0 focus-visible:ring-transparent"
disabled={isLoading}
placeholder="A picture of Horse in Swiss alps"
placeholder="A picture of a Horse in Swiss alps"
{...field}
/>
</FormControl>
Expand All @@ -100,6 +100,11 @@ const PhotoPage = () => {
</Button>
</form>
</Form>
{isLoading && (
<div className="p-20">
<Loader />
</div>
)}
</div>
</div>
);
Expand Down

0 comments on commit 2b38be6

Please sign in to comment.