Skip to content

Commit

Permalink
task: remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
tinuola committed Dec 15, 2023
1 parent 6bf43d4 commit 70fe7a1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/lib-components/BannerText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,6 @@ const classes = computed(() => {
return output
})
// const parseDarkBackground = computed(() => {
// let output = true
// if (props.isDarkBlue)
// output = false
// return output
// })
const sectionName = computed(() => {
return getSectionName(props.to)
})
Expand Down

0 comments on commit 70fe7a1

Please sign in to comment.