From 3a3ecb83bd02c0a464e9474867c472ca1bf8f37e Mon Sep 17 00:00:00 2001 From: Matheus Albuquerque Date: Sun, 29 Sep 2024 04:19:52 +0200 Subject: [PATCH] chore(app): lint --- src/components/pages/about/flight-map.tsx | 10 +++++----- src/components/shared/section-cover.tsx | 2 +- src/pages/about/index.tsx | 2 +- src/pages/about/traveling.tsx | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/pages/about/flight-map.tsx b/src/components/pages/about/flight-map.tsx index 70f32ee..67a9812 100644 --- a/src/components/pages/about/flight-map.tsx +++ b/src/components/pages/about/flight-map.tsx @@ -61,7 +61,7 @@ interface MapProps { function Map({ flights, airports, isDarkMode }: MapProps) { const [hoveredFlight, setHoveredFlight] = useState(null); return ( - + flight.airline === selectedAirline) : flights; return ( -
+
-
+
-
+
diff --git a/src/components/shared/section-cover.tsx b/src/components/shared/section-cover.tsx index 236f943..ed7b71d 100644 --- a/src/components/shared/section-cover.tsx +++ b/src/components/shared/section-cover.tsx @@ -16,7 +16,7 @@ export const SectionCover: FunctionComponent ); }; diff --git a/src/pages/about/index.tsx b/src/pages/about/index.tsx index 29b87c0..50c0c1c 100644 --- a/src/pages/about/index.tsx +++ b/src/pages/about/index.tsx @@ -130,7 +130,7 @@ const Page: NextPage = ({ openGraphImage }) => { Curious to know further details about the stuff I mentioned above? I keep some pages updated with these! -
+
}> Life diff --git a/src/pages/about/traveling.tsx b/src/pages/about/traveling.tsx index 0e3277f..5b2f124 100644 --- a/src/pages/about/traveling.tsx +++ b/src/pages/about/traveling.tsx @@ -74,14 +74,14 @@ const Page: NextPage = ({ openGraphImage, flights, airlines, airports - Since becoming a remote developer in late 2017, I’ve embraced the freedom of working from anywhere, which + Since becoming a remote developer in late 2017, {`I've`} embraced the freedom of working from anywhere, which sparked my passion for traveling. I began by exploring more of Brazil, and soon after, I took the leap to live and travel around the world, immersing myself in different cultures without lingering too long in any one place. In 2019, my wife and I made a significant move to Prague, Czech Republic, marking the start of an exciting - new chapter in our journey. The world is vast, and we're determined to see it all! + new chapter in our journey. The world is vast, and {`we're`} determined to see it all!