Skip to content

Commit

Permalink
A couple of minor tweaks to the dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ashward committed Jul 10, 2024
1 parent 91c28e3 commit 6994c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/dashboard.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
{% from "govuk/components/button/macro.njk" import govukButton %}
{% block title %}Dashboard{% endblock %}
{% set createKeyPath = ["/dashboard/new"] | join %}
{% set containerClasses = "app-width-container" %}
{% block content %}
{% include "back-button.njk" %}
<span class="govuk-caption-l">Commodity Code Identification Tool Hub</span>
<h1 class="govuk-heading-l">Your account</h1>
<p class="govuk-body">
Manage all API keys that have been generated and assigned to authorised individuals from you organisation.
Manage all API keys that have been generated for your organisation.
</p>
{{ govukTable({
caption: "",
Expand Down

0 comments on commit 6994c97

Please sign in to comment.