diff --git a/contracts/README.md b/contracts/README.md
index 376f6a0..78e0ad5 100644
--- a/contracts/README.md
+++ b/contracts/README.md
@@ -16,9 +16,9 @@ Refresh the list of deployed contracts by running `./scripts/generateDeployments
#### Arbitrum Sepolia
-- [CurateFactory](https://sepolia.arbiscan.io/address/0x6b6Df30De48cC7737138ed7531D85aFcffDe9b44)
-- [CurateV2](https://sepolia.arbiscan.io/address/0x90c415B8E515E9376A89ED52A11c667843D3e199)
-- [CurateView](https://sepolia.arbiscan.io/address/0x5c7695A48202E2F7dBCeAe264072E4a0792C23e5)
+- [CurateFactory](https://sepolia.arbiscan.io/address/0x1d7AEdcBBD73EE03313Ff6Ba32743d365b9A8a38)
+- [CurateV2](https://sepolia.arbiscan.io/address/0xd7f802cBccF319e43F58676d2717eEB0337B28D1)
+- [CurateView](https://sepolia.arbiscan.io/address/0x0A86bC3D20a0205733383F3bB08166D5C6608f9E)
#### Sepolia
diff --git a/web/src/consts/community-elements.tsx b/web/src/consts/community-elements.tsx
deleted file mode 100644
index 41898e2..0000000
--- a/web/src/consts/community-elements.tsx
+++ /dev/null
@@ -1,70 +0,0 @@
-import React from "react";
-import styled, { css } from "styled-components";
-import { IElement } from "../pages/Home/Community/Element";
-import PNKIcon from "svgs/icons/pnk.svg";
-import SnapshotIcon from "svgs/icons/snapshot-color.svg";
-import FrenchFlagIcon from "svgs/icons/french-flag.svg";
-import TelegramIcon from "svgs/socialmedia/telegram.svg";
-
-const StyledLabel = styled.label`
- color: ${({ theme }) => theme.primaryBlue};
- :hover {
- cursor: pointer;
- }
-`;
-
-const fillWithSecondaryPurple = css`
- fill: ${({ theme }) => theme.secondaryPurple};
-`;
-
-const StyledPNKIcon = styled(PNKIcon)`
- ${fillWithSecondaryPurple}
-`;
-
-const fillWithPrimaryBlue = css`
- fill: ${({ theme }) => theme.primaryBlue};
-`;
-
-const StyledTelegramIcon = styled(TelegramIcon)`
- ${fillWithPrimaryBlue}
-`;
-
-export const section: IElement[] = [
- {
- Icon: StyledPNKIcon,
- urls: [
- {
- node: Kleros Forum,
- link: "https://forum.kleros.io/",
- },
- ],
- },
- {
- Icon: SnapshotIcon,
- urls: [
- {
- node: Vote on proposals,
- link: "https://snapshot.org/#/kleros.eth/",
- },
- ],
- },
- {
- Icon: StyledTelegramIcon,
- primaryText: "Wednesday, 18h UTC",
- urls: [
- {
- node: Community Calls,
- link: "https://t.me/kleros",
- },
- ],
- },
- {
- Icon: FrenchFlagIcon,
- urls: [
- {
- node: Join the Coopérative,
- link: "https://kleros.io/coop/",
- },
- ],
- },
-];
diff --git a/web/src/layout/Header/navbar/DappList.tsx b/web/src/layout/Header/navbar/DappList.tsx
index bceaa7b..de35d10 100644
--- a/web/src/layout/Header/navbar/DappList.tsx
+++ b/web/src/layout/Header/navbar/DappList.tsx
@@ -78,7 +78,7 @@ const ITEMS = [
{
text: "Curate V2",
Icon: Curate,
- url: "https://curate-v2.netlify.app/",
+ url: "https://curate-v2.kleros.builders/",
},
{
text: "Resolver V2",