mirror of https://github.com/go-gitea/gitea.git
ui: remove the divider between heatmap and feeds in the dashboard view
* this commit reverses 6ccd19ef86
Signed-off-by: surtur <a_mirre@utb.cz>
This commit is contained in:
parent
50a97272b9
commit
2bfc71614c
|
@ -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…
Reference in New Issue