Skip to content

Commit

Permalink
test protection rules
Browse files Browse the repository at this point in the history
  • Loading branch information
kchenturtles committed Jul 19, 2024
1 parent 262c7e0 commit 3f2269c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Post: React.FC = () => {
.then((resp) => {
setArticle(resp.data);
});
}, []);
}, []);

return (
<div className="flex items-center justify-center mt-28 mb-16 w-full md:px-12">
Expand Down

0 comments on commit 3f2269c

Please sign in to comment.