diff --git a/apps/dapp/assets/icons/Abstain.svg b/apps/dapp/assets/icons/Abstain.svg
new file mode 100644
index 000000000..5a2b1f7b6
--- /dev/null
+++ b/apps/dapp/assets/icons/Abstain.svg
@@ -0,0 +1,3 @@
+
diff --git a/apps/dapp/assets/icons/Discord.svg b/apps/dapp/assets/icons/Discord.svg
index adb32924b..ba63a0e3e 100644
--- a/apps/dapp/assets/icons/Discord.svg
+++ b/apps/dapp/assets/icons/Discord.svg
@@ -1,3 +1,3 @@
diff --git a/apps/dapp/assets/icons/MemberCheck.svg b/apps/dapp/assets/icons/MemberCheck.svg
index c252010bd..7749247e4 100644
--- a/apps/dapp/assets/icons/MemberCheck.svg
+++ b/apps/dapp/assets/icons/MemberCheck.svg
@@ -1,4 +1,4 @@
diff --git a/apps/dapp/assets/icons/arrowUpRight.svg b/apps/dapp/assets/icons/arrowUpRight.svg
new file mode 100644
index 000000000..6332fc372
--- /dev/null
+++ b/apps/dapp/assets/icons/arrowUpRight.svg
@@ -0,0 +1,3 @@
+
diff --git a/apps/dapp/assets/icons/copy.svg b/apps/dapp/assets/icons/copy.svg
new file mode 100644
index 000000000..59e7dc3c1
--- /dev/null
+++ b/apps/dapp/assets/icons/copy.svg
@@ -0,0 +1,5 @@
+
diff --git a/apps/dapp/assets/icons/github.svg b/apps/dapp/assets/icons/github.svg
index 6812d33ed..9b2f5fef6 100644
--- a/apps/dapp/assets/icons/github.svg
+++ b/apps/dapp/assets/icons/github.svg
@@ -1,3 +1,3 @@
diff --git a/apps/dapp/atoms/sidebar.ts b/apps/dapp/atoms/sidebar.ts
deleted file mode 100644
index b04a8ad06..000000000
--- a/apps/dapp/atoms/sidebar.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-import { atom, atomFamily } from 'recoil'
-
-// The expanded state of the sidebar.
-export const sidebarExpandedAtom = atom({
- key: 'sidebarExpandedAtom',
- default: true,
-})
diff --git a/apps/dapp/components/BetaWarning.tsx b/apps/dapp/components/BetaWarning.tsx
index 319c776f5..b81e08c90 100644
--- a/apps/dapp/components/BetaWarning.tsx
+++ b/apps/dapp/components/BetaWarning.tsx
@@ -1,45 +1,46 @@
import { ChevronRightIcon, XIcon } from '@heroicons/react/outline'
+import { Button } from '@components'
+
import SvgMessage from 'components/icons/Message'
export function BetaWarningModal({ onAccept }: { onAccept: Function }) {
return (
-
-
-
Before you continue...
-
- DAO DAO is in beta, and has not yet been audited. Do not keep
- large sums of money in your DAO, and do not use your DAO for
- anything mission critical.
-
- DAO DAO TOOLING IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT
- WARRANTIES OF ANY KIND. No developer or entity involved in creating
- the DAO DAO UI or smart contracts will be liable for any claims or
- damages whatsoever associated with your use, inability to use, or your
- interaction with other users of DAO DAO tooling, including any direct,
- indirect, incidental, special, exemplary, punitive or consequential
- damages, or loss of profits, cryptocurrencies, tokens, or anything
- else of value.
-