Skip to content

Commit

Permalink
fix: hide comment count (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed May 31, 2020
1 parent 7a946ec commit d19bf6c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions client/themes/default/components/page.vue
Expand Up @@ -94,16 +94,16 @@
.pa-5
.overline.pb-2.blue-grey--text.d-flex.align-center(:class='$vuetify.theme.dark ? `text--lighten-3` : `text--darken-2`')
span Talk
v-spacer
v-chip.text-center(
v-if='!commentsExternal'
label
x-small
:color='$vuetify.theme.dark ? `blue-grey darken-3` : `blue-grey darken-2`'
dark
style='min-width: 50px; justify-content: center;'
)
span {{commentsCount}}
//- v-spacer
//- v-chip.text-center(
//- v-if='!commentsExternal'
//- label
//- x-small
//- :color='$vuetify.theme.dark ? `blue-grey darken-3` : `blue-grey darken-2`'
//- dark
//- style='min-width: 50px; justify-content: center;'
//- )
//- span {{commentsCount}}
.d-flex
v-btn.text-none(
@click='goToComments()'
Expand Down

0 comments on commit d19bf6c

Please sign in to comment.