Skip to content

Commit

Permalink
Merge pull request #252 from CivicActions/ul-nesting
Browse files Browse the repository at this point in the history
Nest ul tags in li correctly
  • Loading branch information
grugnog authored Jan 5, 2024
2 parents 46b6133 + 0694311 commit c01ea52
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions src/pages/contracting.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,11 @@ const ContractingPage = () => {
<ul className='body'>
<li>CivicActions, Inc.</li>
<li>GSA Schedule: GS-35F-337BA</li>
<ul>
<li>Professional Services, Health IT and Cloud</li>
</ul>
<li>
<ul>
<li>Professional Services, Health IT and Cloud</li>
</ul>
</li>
<li>UEI: XSZFHRS5QFL5</li>
<li>CAGE Code: 65FK1</li>
<li>NAICS Codes: 541511, 541512, 541513, 541519</li>
Expand All @@ -83,10 +85,12 @@ const ContractingPage = () => {
2003474
</li>
<li>Canadian</li>
<ul>
<li>CivicActions Digital Service ULC (Canadian entity)</li>
<li>Canadian POC: <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
<li>
<ul>
<li>CivicActions Digital Service ULC (Canadian entity)</li>
<li>Canadian POC: <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</li>
</ul>
</div>
<div className='differentiators list--wrapper'>
Expand Down Expand Up @@ -169,4 +173,4 @@ export const Head = () => (
title='Contracting information'
description='We are a Small Business helping government agencies make digital services that build public trust. Learn about contracting with us.'
/>
);
);

0 comments on commit c01ea52

Please sign in to comment.