Skip to content

Commit

Permalink
Remove jamcomments until it's fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermercer committed Jan 20, 2025
1 parent 1ddaf9e commit 33b8287
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/components/Comments.astro
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
---
import JamComments from "@jam-comments/astro";
---
<div class="jamcomments-container">
<h2 id="comments">Comments</h2>
<JamComments
tz="America/Denver"
/>
</div>
{/* Removed until jamcomments is working again */}
{false && (
<div class="jamcomments-container">
<h2 id="comments">Comments</h2>
<JamComments
tz="America/Denver"
/>
</div>
)}
<style lang="scss" is:global>
h2#comments:target {
background-color: var(--color-primary-bg-static);
Expand Down

0 comments on commit 33b8287

Please sign in to comment.