diff --git a/styles/core/_util.scss b/styles/core/_util.scss index cf87f511..f4b147a7 100644 --- a/styles/core/_util.scss +++ b/styles/core/_util.scss @@ -2,10 +2,6 @@ white-space: nowrap; } -.center { - text-align: center; -} - @mixin hide { border: 0; clip: rect(0 0 0 0); diff --git a/templates/portfolios/blank_slate.html b/templates/portfolios/blank_slate.html index d4086551..3b45b92c 100644 --- a/templates/portfolios/blank_slate.html +++ b/templates/portfolios/blank_slate.html @@ -15,13 +15,5 @@ message=("portfolios.index.empty.title" | translate), ) }} - -
- {{ - Tooltip( - title=("portfolios.index.empty.help_title" | translate), - ) - }} -
{% endblock %} diff --git a/translations.yaml b/translations.yaml index c375f050..3bc6ea09 100644 --- a/translations.yaml +++ b/translations.yaml @@ -483,7 +483,6 @@ portfolios: index: empty: title: You have no apps yet - help_title: Should I do this? start_button: Start a New JEDI Portfolio applications: add_application_text: Add A New Application