diff options
| -rw-r--r-- | app/views/dashboard/show.html.tmpl | 5 | ||||
| -rw-r--r-- | public/index.html | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app/views/dashboard/show.html.tmpl b/app/views/dashboard/show.html.tmpl index e27891b..239c562 100644 --- a/app/views/dashboard/show.html.tmpl +++ b/app/views/dashboard/show.html.tmpl @@ -50,8 +50,9 @@ <div class="container"> <div class="grid"> <div> - <p> <strong>Why?</strong> </p> - <small> SparkleLab is a lightweight service designed to explore modern access control models within GitLab, while doing something fun: helping GitLab team members show appreciation for each other. </small> + <p> <strong>Why?</strong> </p> + <p> <small> SparkleLab is a lightweight service designed to explore modern access control models within GitLab, while doing something fun: helping GitLab team members show appreciation for each other. </small> </p> + <p> <small> Built with ❤ by the <a href="https://handbook.gitlab.com/handbook/engineering/development/sec/software-supply-chain-security/authorization/" class="secondary">authz team</a> at GitLab. </small> </p> </div> <aside> <nav> diff --git a/public/index.html b/public/index.html index 8c6fd3d..72ebff1 100644 --- a/public/index.html +++ b/public/index.html @@ -43,7 +43,8 @@ <div class="grid"> <div> <p> <strong>Why?</strong> </p> - <small> SparkleLab is a lightweight service designed to explore modern access control models within GitLab, while doing something fun: helping GitLab team members show appreciation for each other. </small> + <p> <small> SparkleLab is a lightweight service designed to explore modern access control models within GitLab, while doing something fun: helping GitLab team members show appreciation for each other. </small> </p> + <p> <small> Built with ❤ by the <a href="https://handbook.gitlab.com/handbook/engineering/development/sec/software-supply-chain-security/authorization/" class="secondary">authz team</a> at GitLab. </small> </p> </div> <aside> <nav> |
