Browse Source

ui: remove the divider between heatmap and feeds in the dashboard view

* this commit reverses 6ccd19ef86

Signed-off-by: surtur <a_mirre@utb.cz>
pull/11508/head
surtur 5 years ago
parent
commit
2bfc71614c
No known key found for this signature in database
GPG Key ID: 19CE1EC1D9E0486D
  1. 1
      web_src/js/components/ActivityHeatmap.vue

1
web_src/js/components/ActivityHeatmap.vue

@ -7,7 +7,6 @@
{{ totalContributions }} total contributions in the last 12 months
</h4>
<calendar-heatmap v-show="!isLoading" :locale="locale" :no-data-text="locale.no_contributions" :tooltip-unit="locale.contributions" :end-date="endDate" :values="values" :range-color="colorRange"/>
<div class="ui divider"></div>
</div>
</template>

Loading…
Cancel
Save