Skip to content

Commit

Permalink
Feat: copy to clipboard for troubleshooting page
Browse files Browse the repository at this point in the history
Signed-off-by: thisisobate <obasiuche62@gmail.com>
  • Loading branch information
thisisobate committed Feb 23, 2024
1 parent c561075 commit c44796a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layouts/shortcodes/troubleshooting.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
<p class="card-header-title title is-size-4 is-size-4-mobile">
{{ $problem }}
</p>
<button class="copyBtn" id="{{ $id }}"><i class="fas fa-link" style="color: #0c0d0d;"></i></button>
</header>
<div class="card-content" x-show="open">
<div class="card-content card-content-dropdown" x-show="open" id="{{ $id }}">
<div class="content is-medium has-text-grey-dark">
{{ $solution }}
</div>
Expand Down

0 comments on commit c44796a

Please sign in to comment.