Skip to content

Commit

Permalink
Merge pull request #124 from Light-it-labs/footer-touch-up
Browse files Browse the repository at this point in the history
Small fixes on footers
  • Loading branch information
LeoBLightIt authored Apr 12, 2024
2 parents aae9ae8 + 79a80b4 commit 38d5973
Show file tree
Hide file tree
Showing 6 changed files with 164 additions and 13 deletions.
1 change: 1 addition & 0 deletions apps/eo_web/dist/assets/main-201eebc0.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion apps/eo_web/dist/assets/main-6f860111.css

This file was deleted.

149 changes: 149 additions & 0 deletions apps/eo_web/dist/assets/main-ac945b82.js

Large diffs are not rendered by default.

14 changes: 5 additions & 9 deletions apps/eo_web/dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,14 @@
"src": "../../packages/ui/src/assets/avatar.svg"
},
"src/main.css": {
"file": "assets/main-6f860111.css",
"file": "assets/main-201eebc0.css",
"src": "src/main.css"
},
"src/main.tsx": {
"assets": [
"assets/UploadFile-694e44b5.svg"
],
"css": [
"assets/main-6f860111.css"
],
"file": "assets/main-dfe7146e.js",
"assets": ["assets/UploadFile-694e44b5.svg"],
"css": ["assets/main-201eebc0.css"],
"file": "assets/main-ac945b82.js",
"isEntry": true,
"src": "src/main.tsx"
}
}
}
8 changes: 7 additions & 1 deletion apps/eo_web/src/layouts/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,15 @@ export function Footer({ flow }: FooterProps) {
>
FOLLOW US
</Typography>
<a
href="https://www.instagram.com/eo.care_/"
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"
>
Instagram
</a>
<a
href="https://www.linkedin.com/company/eo-cannnabis-care"
className="mb-0 py-2 font-new-hero font-normal leading-[22px] text-white hover:underline hover:opacity-50 md:mb-2 md:mr-2"
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"
>
LinkedIn
</a>
Expand Down
4 changes: 2 additions & 2 deletions apps/eo_web/src/layouts/FooterFull.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function FooterFull() {
COMPANY
</Typography>
<a
href="https://eo.care"
href="https://eo.care/web/home"
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"
>
Home
Expand All @@ -61,7 +61,7 @@ export function FooterFull() {
For Employers
</a>
<a
href="https://eocare.myshopify.com/"
href="https://shop.eo.care"
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"
>
Shop CBD
Expand Down

0 comments on commit 38d5973

Please sign in to comment.