Files
zulip/web/templates/user_profile_subscribe_widget.hbs
Sayam Samal e9bd974760 user_profile_modal: Update add and subscribe button to action buttons.
This commit updates the add and subscribe button in the user profile
modal to use the action button component.

Fixes part of #33027.
2025-04-04 12:26:36 -07:00

5 lines
273 B
Handlebars

<div class="user_profile_subscribe_widget">
{{> dropdown_widget widget_name="user_profile_subscribe"}}
{{> components/action_button label=(t "Subscribe") custom_classes="add-subscription-button" attention="quiet" intent="brand" aria-label=(t "Subscribe") }}
</div>