From e73f3d43cdede8a5e943984771484679ff588625 Mon Sep 17 00:00:00 2001 From: vishal <1117327+vishalchangrani@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:22:22 -0700 Subject: [PATCH 1/4] updating TermsOfService.js --- .idea/.gitignore | 8 ++++++++ .idea/CAST.iml | 9 +++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ frontend/packages/client/src/pages/TermsOfService.js | 3 +-- 5 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/CAST.iml 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 000000000..13566b81b --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/CAST.iml b/.idea/CAST.iml new file mode 100644 index 000000000..5e764c4f0 --- /dev/null +++ b/.idea/CAST.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..33a48f1dd --- /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 000000000..94a25f7f4 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/frontend/packages/client/src/pages/TermsOfService.js b/frontend/packages/client/src/pages/TermsOfService.js index 4e49940d7..03916e2bb 100644 --- a/frontend/packages/client/src/pages/TermsOfService.js +++ b/frontend/packages/client/src/pages/TermsOfService.js @@ -4,8 +4,7 @@ const Body = () => (

CAST is a voting tool application (the “App”) for communities in the Flow™ - blockchain network (the “Flow Network”). Dapper Labs, Inc. ("DLI", "we", - or "us") is making the App available to you. Before you use the App, + blockchain network (the “Flow Network”). Before you use the App, however, you will need to agree to these Terms of Use and any terms and conditions incorporated herein by reference (collectively, these “Terms"). PLEASE READ THESE TERMS CAREFULLY BEFORE USING THE APP. THESE TERMS GOVERN From f1a06a609b4e62e457a6f9d318173e358248df19 Mon Sep 17 00:00:00 2001 From: vishal <1117327+vishalchangrani@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:24:16 -0700 Subject: [PATCH 2/4] updating .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 822d1328c..cb40f0009 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode/ .DS_Store create-uber-repo.sh +.idea/ From 32dac576288c883c9c61b86b0f44ad2e9740738b Mon Sep 17 00:00:00 2001 From: vishal <1117327+vishalchangrani@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:31:24 -0700 Subject: [PATCH 3/4] removing .idea --- .idea/.gitignore | 8 -------- .idea/CAST.iml | 9 --------- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 4 files changed, 31 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/CAST.iml 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 13566b81b..000000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/CAST.iml b/.idea/CAST.iml deleted file mode 100644 index 5e764c4f0..000000000 --- a/.idea/CAST.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 33a48f1dd..000000000 --- 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 94a25f7f4..000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file From 399099d576ed56ea34f3e4ca22b42244813ef7ea Mon Sep 17 00:00:00 2001 From: vishal <1117327+vishalchangrani@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:45:01 -0700 Subject: [PATCH 4/4] removing the 'Built by' in the footer --- .../packages/client/src/components/HomeFooter.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/frontend/packages/client/src/components/HomeFooter.js b/frontend/packages/client/src/components/HomeFooter.js index d3d6ed022..195a4fe1a 100644 --- a/frontend/packages/client/src/components/HomeFooter.js +++ b/frontend/packages/client/src/components/HomeFooter.js @@ -5,19 +5,6 @@ export default function HomeFooter() {

-
-

- Built by - - Dapper Collectives - -

-