diff --git a/apps/web/app/components/SponsorPageSection.vue b/apps/web/app/components/SponsorPageSection.vue index 93d200ed..e71e6711 100644 --- a/apps/web/app/components/SponsorPageSection.vue +++ b/apps/web/app/components/SponsorPageSection.vue @@ -2,12 +2,7 @@ import { useColor, useTypography } from '@vuejs-jp/composable' const { fontWeight, fontSize } = useTypography() const { color } = useColor() -const onClickApply = () => { - console.log('onClickApply') -} -const onClickCheckDoc = () => { - console.log('onClickCheckDoc') -} +