Skip to content

Commit 2bfc716

Browse files
ui: remove the divider between heatmap and feeds in the dashboard view
* this commit reverses 6ccd19e Signed-off-by: surtur <[email protected]>
1 parent 50a9727 commit 2bfc716

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web_src/js/components/ActivityHeatmap.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
{{ totalContributions }} total contributions in the last 12 months
88
</h4>
99
<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"/>
10-
<div class="ui divider"></div>
1110
</div>
1211
</template>
1312

0 commit comments

Comments
 (0)