diff --git a/src/components/FooterTop/styles.module.scss b/src/components/FooterTop/styles.module.scss index 00f3767..b903acd 100644 --- a/src/components/FooterTop/styles.module.scss +++ b/src/components/FooterTop/styles.module.scss @@ -51,6 +51,10 @@ text-transform: capitalize; color: var(--black-400); margin-bottom: 12px; + + &:last-child { + text-decoration-line: underline; + } } }