Skip to content

Commit

Permalink
changing showShareLinks to hideShareLinks on news detail pages (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle authored Dec 6, 2024
1 parent 99daab8 commit 61fd80f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const BaseStory = {
url: 'http://localhost:3000/topics/mars'
}
],
showShareLinks: true,
hideShareLinks: false,
topper: '',
readTime: '2 min read',
summary:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

<!-- share buttons -->
<LayoutHelper
v-if="data.showShareLinks"
v-if="!data.hideShareLinks"
indent="col-2"
class="lg:mb-0 relative mb-8"
>
Expand Down

0 comments on commit 61fd80f

Please sign in to comment.