mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add close button to group plan modal (#7959)
* add close button to group plan modal * change hardcoded string to translation key GitOrigin-RevId: fa259745cad1a6214d06a1379fc5c3ffb8377557
This commit is contained in:
parent
e2fe475116
commit
5050493827
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@ div.modal.fade(tabindex="-1" role="dialog" data-ol-group-plan-modal)
|
|||
event-tracking-trigger="load"
|
||||
)
|
||||
.modal-header
|
||||
button.close(
|
||||
type="button"
|
||||
data-dismiss="modal"
|
||||
aria-label=translate("close")
|
||||
)
|
||||
span(aria-hidden="true") ×
|
||||
h2 Customise your group subscription
|
||||
h3 Save 30% or more
|
||||
.modal-body.plans.group-subscription-modal
|
||||
|
|
Loading…
Reference in a new issue