Skip to content

Commit

Permalink
fix: change commit's section order
Browse files Browse the repository at this point in the history
  • Loading branch information
faultables committed Dec 25, 2024
1 parent 56fedc5 commit 5e98605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog/src/layouts/PostLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ const { release } = Astro.props;
<div class="post single" transition:persist transition:name="post">
<div class="version_wrapper">
<div class="version_info">
<Commit commit={release.data.commit} />
<div class="version_number">{release.data.versionNumber}</div>
<FormattedDate class="date" date={release.data.date} />
<Commit commit={release.data.commit} />
</div>
</div>
<div class="content">
Expand Down

0 comments on commit 5e98605

Please sign in to comment.