Skip to content

Commit

Permalink
[24.1] Change ActivityPanel go to button to primary
Browse files Browse the repository at this point in the history
Tiny change that reverts the button's color to primary.
Co-authored-by: Alireza Heidari <[email protected]>
  • Loading branch information
ahmedhamidawan committed May 28, 2024
1 parent 30829be commit 00d397f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Panels/ActivityPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const hasGoToAll = computed(
<BButton
v-if="hasGoToAll"
class="activity-panel-footer"
variant="primary"
:data-description="`props.mainButtonText button`"
:to="props.href"
size="sm"
Expand Down

0 comments on commit 00d397f

Please sign in to comment.