diff --git a/ui/summit-2024/src/assets/share.svg b/ui/summit-2024/src/assets/share.svg
new file mode 100644
index 000000000..44715287e
--- /dev/null
+++ b/ui/summit-2024/src/assets/share.svg
@@ -0,0 +1,11 @@
+
diff --git a/ui/summit-2024/src/common/resources/data/privacyPolicy.json b/ui/summit-2024/src/common/resources/data/privacyPolicy.json
index 664c25578..4b17f4b35 100644
--- a/ui/summit-2024/src/common/resources/data/privacyPolicy.json
+++ b/ui/summit-2024/src/common/resources/data/privacyPolicy.json
@@ -1,6 +1,6 @@
{
"title": "Privacy Policy",
- "date": "Last updated: July, 2023",
+ "date": "Last updated: July, 2024",
"description": [
"This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.",
"We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy."
diff --git a/ui/summit-2024/src/common/resources/data/summit2024MainnetContent.json b/ui/summit-2024/src/common/resources/data/summit2024MainnetContent.json
index 11f1e7524..ddcf6010e 100644
--- a/ui/summit-2024/src/common/resources/data/summit2024MainnetContent.json
+++ b/ui/summit-2024/src/common/resources/data/summit2024MainnetContent.json
@@ -402,7 +402,7 @@
"presentationName": "Optim Finance",
"x": "https://x.com/optimfi",
"linkedin": "",
- "url": "https://dao.optim.finance/"
+ "url": "https://optim.finance/"
}
]
},
diff --git a/ui/summit-2024/src/common/resources/data/termsAndConditions.json b/ui/summit-2024/src/common/resources/data/termsAndConditions.json
index f94be280c..96b006e5a 100644
--- a/ui/summit-2024/src/common/resources/data/termsAndConditions.json
+++ b/ui/summit-2024/src/common/resources/data/termsAndConditions.json
@@ -1,6 +1,6 @@
{
"title": "Terms and Conditions",
- "date": "Last updated: August, 2023",
+ "date": "Last updated: August, 2024",
"sections": [
{
"title": "Interpretation and Definitions",
@@ -13,7 +13,7 @@
"title": "Definitions",
"content": ["For the purposes of these Terms and Conditions:"],
"definitions": {
- "Website": "Website means the server provided by the Company to You on any electronic device, named Cardano Summit 2023.",
+ "Website": "Website means the server provided by the Company to You on any electronic device, named Cardano Summit 2024.",
"Country": "Country refers to Switzerland.",
"Company": "Company refers to Cardano Foundation, Dammstrasse 16, 6300 Zug, Switzerland, and is referred to as either 'the Company,' 'We,' 'Us,' or 'Our' in this Agreement.",
"Device": "Device means any device that can access the Service such as a computer, a mobile phone, or a digital tablet.",
@@ -133,7 +133,7 @@
"list": [
{
"number": "2.1",
- "content": ["2.1 The Web Application is a platform that offers a verified e-voting platform. The Web Application Cardano Ballot is only being made available for the Cardano Summit 2023 as is designed only for the Summit use case. This is a platform where users can choose between two methods of registration and authentication. One method is via email and SMS, the other is via a Cardano Wallet and Discord bot. (User Discord account required). The site provides a facility for users to generate ballots and submit votes for the Cardano Summit 2023. The process will be anonymously recorded on the Cardano blockchain."]
+ "content": ["2.1 The Web Application is a platform that offers a verified e-voting platform. The Web Application Cardano Ballot is only being made available for the Cardano Summit 2024 as is designed only for the Summit use case. This is a platform where users can choose between two methods of registration and authentication. One method is via email and SMS, the other is via a Cardano Wallet and Discord bot. (User Discord account required). The site provides a facility for users to generate ballots and submit votes for the Cardano Summit 2024. The process will be anonymously recorded on the Cardano blockchain."]
},
{
"number": "2.2",
diff --git a/ui/summit-2024/src/components/ConnectWalletButton/ConnectWalletButton.scss b/ui/summit-2024/src/components/ConnectWalletButton/ConnectWalletButton.scss
index f72d7bb9a..81908b21f 100644
--- a/ui/summit-2024/src/components/ConnectWalletButton/ConnectWalletButton.scss
+++ b/ui/summit-2024/src/components/ConnectWalletButton/ConnectWalletButton.scss
@@ -1,7 +1,9 @@
.button-container {
position: relative;
-
+ z-index: 1300;
.main-button {
+ position: relative;
+ z-index: 1301;
border-radius: 12px;
border: 1px solid var(--orange, #ee9766);
display: inline-flex;
@@ -72,6 +74,10 @@
line-height: 20px;
height: 44px;
+ &:hover {
+ background-color: #282828;
+ }
+
.MuiTypography-root {
font-size: 12px;
}
@@ -102,7 +108,6 @@
border: 1px solid #d2d2d9;
background: var(--color-light-blue);
display: inline-flex;
- padding: 16px 20px;
justify-content: center;
align-items: center;
gap: 10px;
diff --git a/ui/summit-2024/src/components/ConnectWalletButton/ConnectWalletButton.tsx b/ui/summit-2024/src/components/ConnectWalletButton/ConnectWalletButton.tsx
index d31f21c1a..c0c6ea074 100644
--- a/ui/summit-2024/src/components/ConnectWalletButton/ConnectWalletButton.tsx
+++ b/ui/summit-2024/src/components/ConnectWalletButton/ConnectWalletButton.tsx
@@ -73,7 +73,7 @@ const ConnectWalletButton = (props: ConnectWalletButtonProps) => {
>