Skip to content

Commit

Permalink
fix: 🐛 Hide broken preview local manifest button
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiClark committed Aug 18, 2023
1 parent 7cc1f38 commit 977e2a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sections/curate/curate.html
Original file line number Diff line number Diff line change
Expand Up @@ -3319,7 +3319,8 @@ <h5 style="text-align: center"></h5>
</div>
<div id="manifest-items-container"
style="display: flex; flex-direction: column; justify-content: center">
<a id="button-generate-manifest-locally"
<!-- Temporarily hide local copy generation in organize ds for v12.2.1 release -->
<a id="button-generate-manifest-locally" class="hidden"
data-content="Use this button to generate and view the manifest file locally" rel="popover"
data-placement="right" data-trigger="hover" style="text-decoration: underline; display: none">
Create a copy of the Manifest files locally to review.
Expand Down

0 comments on commit 977e2a9

Please sign in to comment.