diff --git a/src/lib-components/BannerText.vue b/src/lib-components/BannerText.vue index 82037b670..a8991a6f3 100644 --- a/src/lib-components/BannerText.vue +++ b/src/lib-components/BannerText.vue @@ -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) })