1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-05 20:15:31 -04:00

fix more icons

This commit is contained in:
2025-05-20 16:55:28 -04:00
parent 2393bb3337
commit 1996ad6c10
13 changed files with 300 additions and 277 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ const CommentForm = ({
<Button type="submit" disabled={isPending || !content.trim()}>
{isPending ? (
<>
<Loader2Icon className="mr-2 h-4 w-4 animate-spin" />
<Loader2Icon className="animate-spin" />
{isEditing ? "Updating..." : "Posting..."}
</>
) : isEditing ? (