Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.vscode/
.DS_Store
create-uber-repo.sh
.idea/
13 changes: 0 additions & 13 deletions frontend/packages/client/src/components/HomeFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,6 @@ export default function HomeFooter() {
<div className="section pt-6 mt-6">
<div className="container">
<div className="columns">
<div className="column">
<p className="has-text-grey small-text is-flex">
Built by
<a
target="_blank"
rel="noreferrer noopener"
href="https://dappercollectives.fyi"
className="pl-1 is-underlined has-text-grey"
>
Dapper Collectives
</a>
</p>
</div>
<div className="column is-narrow px-4-desktop">
<p className="has-text-grey small-text">
<a
Expand Down
3 changes: 1 addition & 2 deletions frontend/packages/client/src/pages/TermsOfService.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ const Body = () => (
<div className="content">
<p>
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
Expand Down