From 2ff50b3b4a638c9072045ddacbf93679ce14ce7d Mon Sep 17 00:00:00 2001 From: DarrenL Date: Sun, 4 Apr 2021 01:19:08 +0800 Subject: [PATCH 1/3] Changed type from yielf to yield --- src/views/Footer/Footer.test.tsx | 2 +- src/views/Footer/Footer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Footer/Footer.test.tsx b/src/views/Footer/Footer.test.tsx index d078c01..b445f69 100644 --- a/src/views/Footer/Footer.test.tsx +++ b/src/views/Footer/Footer.test.tsx @@ -12,6 +12,6 @@ test("dialog opens when 'About' is clicked", async () => { fireEvent.click(screen.getByText("About")); await waitFor(() => screen.getByRole("presentation")); expect(screen.getByRole("presentation")).toHaveTextContent( - "FlamIncome is a yielf farming aggregator" + "FlamIncome is a yield farming aggregator" ); }); diff --git a/src/views/Footer/Footer.tsx b/src/views/Footer/Footer.tsx index 16735b5..9db981a 100644 --- a/src/views/Footer/Footer.tsx +++ b/src/views/Footer/Footer.tsx @@ -38,7 +38,7 @@ export default function Footer() { > {dialog === "about" ? ( <> - FlamIncome is a yielf farming aggregator. + FlamIncome is a yield farming aggregator.

If you'd like to learn more about how everything works check out our{" "} From 96b293527682cdf110ab1cf87a9ef7b5c54a8f05 Mon Sep 17 00:00:00 2001 From: DarrenL Date: Sun, 4 Apr 2021 01:20:54 +0800 Subject: [PATCH 2/3] Yielf typo to yield --- .idea/.gitignore | 3 +++ .idea/app.iml | 8 ++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 6 files changed, 35 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/app.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/app.iml b/.idea/app.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/app.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..a2e120d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..8c4259d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file From 14da8859667ff512da49e5dc0e03888af440d016 Mon Sep 17 00:00:00 2001 From: DarrenL Date: Sun, 4 Apr 2021 01:22:10 +0800 Subject: [PATCH 3/3] This reverts commit 96b293527682cdf110ab1cf87a9ef7b5c54a8f05. --- .idea/.gitignore | 3 --- .idea/app.iml | 8 -------- .idea/inspectionProfiles/profiles_settings.xml | 6 ------ .idea/misc.xml | 4 ---- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 6 files changed, 35 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/app.iml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/app.iml b/.idea/app.iml deleted file mode 100644 index d0876a7..0000000 --- a/.idea/app.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index a2e120d..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 8c4259d..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file