Skip to content

Commit

Permalink
refactor: remove commented codes
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Jul 27, 2024
1 parent 2cef94e commit 63feb96
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/layouts/PostDetails.astro
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ const layoutProps = {
<Layout {...layoutProps}>
<Header />

<!-- <div class="progress-container fixed top-0 z-10 h-1 w-full bg-skin-fill">
<div class="progress-bar h-1 w-0 bg-skin-accent" id="myBar"></div>
</div> -->

<div class="mx-auto flex w-full max-w-3xl justify-start px-2">
<button
class="focus-outline mb-2 mt-8 flex hover:opacity-75"
Expand Down

0 comments on commit 63feb96

Please sign in to comment.