Skip to content

Commit

Permalink
feat(#273): disable float notice
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Jan 5, 2025
1 parent 22dd4f4 commit d2e9794
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ export default defineComponent({
name: 'SiteFooter',
computed: {
showFloatNotice() {
return this.$route.name !== 'article' && this.$route.name !== 'download-orchid-stable';
// return this.$route.name !== 'article' && this.$route.name !== 'download-orchid-stable';
return false;
}
}
});
Expand Down

0 comments on commit d2e9794

Please sign in to comment.