Skip to content

Commit

Permalink
add fixes (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
sweta1308 committed Jul 8, 2024
1 parent 4cf2fed commit 156c2d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/FooterDev/FooterDev.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const FooterDev = () => {
<div>
<OmdFooterLogo />
</div>
<div className="font-normal tracking-[-0.02em] text-[14px] md:max-w-[80%] xl:max-w-[40%]">
<div className="font-normal tracking-[-0.005em] text-[14px] md:max-w-[80%] xl:max-w-[40%]">
Open Standard for Metadata with a centralized Metadata Store.
Discover, collaborate and get your Data Right.
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/constants/Testimonials.constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const TESTIMONIALS_LIST = [
company: "Woop",
url: "https://www.woopit.fr/",
title: "Head of Data",
imgSize: 'w-[200px] h-[70px]'
imgSize: 'w-[200px] h-[50px]'
},
{
name: "Erica Bertan",
Expand Down Expand Up @@ -110,7 +110,7 @@ export const TESTIMONIALS_LIST = [
company: "inDrive",
url: "https://indrive.com/en/home/",
title: "Senior Data Steward (Data Governance Analyst)",
imgSize: 'w-[250px] h-[70px]'
imgSize: 'w-[250px] h-[100px]'
},
{
name: "Ton Sumawang",
Expand Down

0 comments on commit 156c2d8

Please sign in to comment.