mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-18 07:24:10 +02:00
Fix VO issue
This commit is contained in:
parent
4ec8612169
commit
1147559d6d
1 changed files with 1 additions and 2 deletions
|
@ -13,13 +13,12 @@
|
||||||
<h1>Manage your domains</h2>
|
<h1>Manage your domains</h2>
|
||||||
|
|
||||||
<p class="margin-top-4">
|
<p class="margin-top-4">
|
||||||
{% if is_production %}
|
{% if not is_production %}
|
||||||
<a href="javascript:void(0)"
|
<a href="javascript:void(0)"
|
||||||
class="usa-button usa-tooltip disabled-link"
|
class="usa-button usa-tooltip disabled-link"
|
||||||
data-position="right"
|
data-position="right"
|
||||||
title="Coming in 2024"
|
title="Coming in 2024"
|
||||||
aria-disabled="true"
|
aria-disabled="true"
|
||||||
aria-label="Coming in 2024"
|
|
||||||
data-tooltip="true"
|
data-tooltip="true"
|
||||||
>
|
>
|
||||||
Start a new domain request
|
Start a new domain request
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue