Skip to content

Commit

Permalink
chore: remove badge on project view
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Dec 1, 2024
1 parent 4c41249 commit 71b898c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions views/summary.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,6 @@ <h1 class="font-semibold text-3xl text-white">
<h4 class="font-semibold text-lg text-gray-500">
{{ .TotalTime | duration }}
</h4>
<div v-cloak v-show="currentInterval">
<img
:src="'api/badge/{{ .SharedLoggedInViewModel.User.ID }}/interval:' + currentInterval + '/project:{{ .GetProjectFilter }}'"
alt="Coding Time Badge"
/>
</div>
</div>
</div>
{{ end }}
Expand Down

0 comments on commit 71b898c

Please sign in to comment.