Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Jun 10, 2024
1 parent a8c2eb4 commit daec902
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const EUDRCompliance: React.FC = () => {
</a>{' '}
methodology from Forest Data Partnership and FAO, and verified using
high-resolution satellite imagery, our tool ensures accuracy and reliability in
deforestation assessmen and decision-making..
deforestation assessment and decision-making.
</p>
<div className="space-y-5">
<h4 className="text-xs">Base data from:</h4>
Expand Down Expand Up @@ -70,7 +70,7 @@ const EUDRCompliance: React.FC = () => {
layout="intrinsic"
priority
src="/images/logos/wur_logo.png"
alt="Wageningen University & Reseacrh"
alt="Wageningen University & Research"
width={228}
height={80}
draggable={false}
Expand Down
1 change: 0 additions & 1 deletion marketing/src/containers/compliance/hero/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { FC } from 'react';
import { useEffect, useRef, useCallback } from 'react';
import { useInView } from 'react-intersection-observer';
import Wrapper from 'containers/wrapper';
import { Media } from 'components/media-query';
import Image from 'next/image';
import YouTube from 'react-youtube';
import { motion } from 'framer-motion';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const ImpactBeyondCompliance: React.FC = () => {

<p>
Time to harness technology to develop holistic sustainability strategies and
confidently showcase your company&apos;s impactful contributions to a better world. 
confidently showcase your company&apos;s impactful contributions to a better world.
</p>
</div>
</FadeIn>
Expand Down

0 comments on commit daec902

Please sign in to comment.