Skip to content

Commit

Permalink
fix: footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoycoechea-lightit committed Feb 22, 2024
1 parent fe72e3e commit 610dacb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/eo_web/src/layouts/FooterFull.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ export function FooterFull() {
Home
</a>
<a
href="https://eo.care/web/cancer"
href="https://eo.care/web/for-cancer"
className="mb-0 py-2 font-new-hero text-[14px] font-normal leading-[22px] text-white hover:underline hover:opacity-50 md:mb-2 md:mr-2"
>
For Cancer Care
</a>
<a
href="https://eo.care/web/seniors"
href="https://eo.care/web/for-seniors"
className="mb-0 py-2 font-new-hero text-[14px] font-normal leading-[22px] text-white hover:underline hover:opacity-50 md:mb-2 md:mr-2"
>
For Seniors
</a>
<a
href="https://eo.care/web/seniors"
href="https://eo.care/web/for-employers"
className="mb-0 py-2 font-new-hero text-[14px] font-normal leading-[22px] text-white hover:underline hover:opacity-50 md:mb-2 md:mr-2"
>
For Employers
Expand All @@ -73,7 +73,7 @@ export function FooterFull() {
About
</a>
<a
href="https://eo.care/web/faqs"
href="https://eo.care/web/frequently-asked-questions"
className="mb-0 py-2 font-new-hero text-[14px] font-normal leading-[22px] text-white hover:underline hover:opacity-50 md:mb-2 md:mr-2"
>
FAQs
Expand All @@ -85,13 +85,13 @@ export function FooterFull() {
Blog
</a>
<a
href="https://eo.care/blog-posts"
href="https://eo.care/methodology"
className="mb-0 py-2 font-new-hero text-[14px] font-normal leading-[22px] text-white hover:underline hover:opacity-50 md:mb-2 md:mr-2"
>
Methodology
</a>
<a
href="https://eo.care/web/home"
href="https://eo.care/research"
className="mb-0 py-2 font-new-hero text-[14px] font-normal leading-[22px] text-white hover:underline hover:opacity-50 md:mb-2 md:mr-2"
>
Research
Expand Down

0 comments on commit 610dacb

Please sign in to comment.