Skip to content

Commit

Permalink
💬feat(page): reword button text on post form
Browse files Browse the repository at this point in the history
  • Loading branch information
momcilovicluka committed Oct 28, 2024
1 parent dfc1dc7 commit 8394ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Post/PostForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function PostForm({ title, setTitle, content, setContent, handleS
type="submit"
className="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"
>
Create Post
Save Post
</button>
</div>
</form>
Expand Down

0 comments on commit 8394ff4

Please sign in to comment.