mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Updated and tested all buttons
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
"element": "a",
|
||||
"text": "Create an API key",
|
||||
"href": url_for('.create_api_key', service_id=current_service.id),
|
||||
"classes": "govuk-button--secondary"
|
||||
"classes": "usa-button"
|
||||
}) }}
|
||||
</div>
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"element": "a",
|
||||
"text": "New organization",
|
||||
"href": url_for('main.add_organization'),
|
||||
"classes": "govuk-button--secondary"
|
||||
"classes": "usa-button"
|
||||
}) }}
|
||||
</div>
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
"element": "a",
|
||||
"text": "Invite team member",
|
||||
"href": url_for('.invite_org_user', org_id=current_org.id),
|
||||
"classes": "govuk-button--secondary"
|
||||
"classes": "usa-button"
|
||||
}) }}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user