From d2242c7667720ce5108d88c3536ecde11dd2e66d Mon Sep 17 00:00:00 2001 From: Kristina Yin Date: Wed, 13 Dec 2023 10:04:05 -0800 Subject: [PATCH] made sure external link icon shows up --- src/registrar/templates/includes/ao_example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/registrar/templates/includes/ao_example.html b/src/registrar/templates/includes/ao_example.html index be5f4624d..85df174aa 100644 --- a/src/registrar/templates/includes/ao_example.html +++ b/src/registrar/templates/includes/ao_example.html @@ -2,7 +2,7 @@ {% if federal_type == 'executive' %}

Executive branch federal agencies

Domain requests from executive branch federal agencies must be authorized by the agency's CIO or the head of the agency.

-

See OMB Memorandum M-23-10 for more information.

+

See OMB Memorandum M-23-10 for more information.

{% elif federal_type == 'judicial' %}

Judicial branch federal agencies

@@ -56,7 +56,7 @@ {% elif organization_type == 'tribal' %}

Tribal governments

-

Domain requests from federally-recognized tribal governments must be authorized by the tribal leader the Bureau of Indian Affairs recognizes.

+

Domain requests from federally-recognized tribal governments must be authorized by the tribal leader the Bureau of Indian Affairs recognizes.

Domain requests from state-recognized tribal governments must be authorized by the tribal leader the individual state recognizes.

{% endif %}