Skip to content

Commit

Permalink
removing commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jul 23, 2024
1 parent d34fb8d commit 7551469
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,6 @@ export default defineComponent({
}
return false
},
// heroInline(): boolean {
// if (!this.heroEmpty) {
// const type = this.data?.hero[0].blockType
// if (type === 'VideoBlock' || type === 'VideoEmbedBlock') {
// return false
// } else if (
// this.data?.heroPosition === 'inline' ||
// this.data?.hero[0].blockType === 'CarouselBlock'
// ) {
// return true
// }
// }
// return false
// },
computedClass(): string {
if (this.heroInline || this.heroEmpty) {
return 'pt-5 lg:pt-12'
Expand Down

0 comments on commit 7551469

Please sign in to comment.