Skip to content

Commit

Permalink
fix: "learn more" should only visible to admin/controller
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Nov 16, 2023
1 parent 3a3ead2 commit d38b422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MessageWarningHibernated.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ onMounted(async () => {
<BaseMessageBlock v-if="space.hibernated" level="warning" is-responsive>
{{ $t('create.errorSpaceHibernated') }}
<BaseLink
v-if="isAuthorized"
link="https://docs.snapshot.org/user-guides/spaces/space-hibernation"
>
{{ $t('learnMore') }}
Expand Down

0 comments on commit d38b422

Please sign in to comment.