Skip to content

Commit

Permalink
Remove TODO as completed
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceR committed Dec 16, 2024
1 parent 98fd9ed commit c7846f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/scripts/components/common/page-footer/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { useMemo } from 'react';
import { Icon } from '@trussworks/react-uswds';
//TO DO: need to move NasaLogoColor outside of component and pass down as props
import { NavItemType } from '../page-header/types';
import { NavItemCTA } from '../page-header/nav/nav-item-cta';
import {
Expand Down Expand Up @@ -29,7 +28,7 @@ export default function PageFooter({
return (
<div
id='return-to-top-container'
className=' margin-left-auto margin-right-auto'
className='margin-left-auto margin-right-auto'
>
<a className='usa-link text-primary' href='#'>
Return to top
Expand Down Expand Up @@ -114,7 +113,7 @@ export default function PageFooter({
<div id='footer_secondary_container' className='grid-row'>
<div id='logo-container'>
<a id='logo-container-link' href='#'>
<>{logoSvg}</>
{logoSvg as JSX.Element}
<span className='footer-text'>
NASA EarthData 2024 • v0.17.0
{/* {version} */}
Expand Down

0 comments on commit c7846f8

Please sign in to comment.