Skip to content

Commit

Permalink
feat: Update the title heading text in the current user's posts view
Browse files Browse the repository at this point in the history
  • Loading branch information
nanafox committed Jan 29, 2025
1 parent d1adf56 commit f6db3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/posts/me.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2 class="fs-4">My Posts</h2>
<h1 class="fs-1 mb-4">My Posts</h1>

<div id="posts">
<%= render @posts %>
Expand Down

0 comments on commit f6db3e6

Please sign in to comment.