Skip to content

Commit

Permalink
Add cursor pointer on objective card
Browse files Browse the repository at this point in the history
  • Loading branch information
lkleisa committed Dec 8, 2023
1 parent 24fa9a1 commit 34895c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/team/team.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1 class="team-title">{{ OVEntity.team.name }}</h1>
[attr.data-testId]="'objective'"
[isWritable]="OVEntity.team.writable"
[objective]="objective"
class="col-xs-12 col-md-6 col-xl-4 pb-3 column-width"
class="col-xs-12 col-md-6 col-xl-4 pb-3 column-width cursor-pointer"
id="objective-column"
></app-objective-column>

Expand Down

0 comments on commit 34895c2

Please sign in to comment.