Skip to content

Commit

Permalink
moves copyright to footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
shkeating committed Dec 20, 2023
1 parent 21d4b97 commit f8bbc6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/components/FeedbackCard/FeedbackCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const FeedbackCard = () => {
</a>{' '}
to send us your thoughts or schedule an interview.
</p>
<p> ©{new Date().getFullYear()} All rights reserved, USSF Portal</p>
</div>
)
}
Expand Down
1 change: 1 addition & 0 deletions src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ const Footer = () => {
<Grid col="auto" className={styles.border}></Grid>
<Grid col="auto">
<FeedbackCard />
<p> ©{new Date().getFullYear()} All rights reserved, USSF Portal</p>
</Grid>
</Grid>
}
Expand Down

0 comments on commit f8bbc6c

Please sign in to comment.