diff --git a/packages/synapse-interface/CHANGELOG.md b/packages/synapse-interface/CHANGELOG.md index dd5b40b3e7..f0a0c31c17 100644 --- a/packages/synapse-interface/CHANGELOG.md +++ b/packages/synapse-interface/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.41.4](https://github.com/synapsecns/sanguine/compare/@synapsecns/synapse-interface@0.41.3...@synapsecns/synapse-interface@0.41.4) (2025-01-06) + +**Note:** Version bump only for package @synapsecns/synapse-interface + + + + + ## [0.41.3](https://github.com/synapsecns/sanguine/compare/@synapsecns/synapse-interface@0.41.2...@synapsecns/synapse-interface@0.41.3) (2024-12-30) **Note:** Version bump only for package @synapsecns/synapse-interface diff --git a/packages/synapse-interface/components/layouts/LandingPageWrapper/index.tsx b/packages/synapse-interface/components/layouts/LandingPageWrapper/index.tsx index a76058f4e8..9c9a7cda2e 100644 --- a/packages/synapse-interface/components/layouts/LandingPageWrapper/index.tsx +++ b/packages/synapse-interface/components/layouts/LandingPageWrapper/index.tsx @@ -21,6 +21,7 @@ import { LANDING_PATH, TELEGRAM_URL, TWITTER_URL, + STAKE_SYN_FOR_CX_URL, } from '@/constants/urls' import { NAVIGATION } from '@/constants/routes' import { MoreButton } from './MoreButton' @@ -51,6 +52,22 @@ const TODO_REMOVE_wrapperStyle = { backgroundRepeat: 'no-repeat', } +const StakingBannerContent = () => { + return ( +
+ Stake your SYN to receive CX (Cortex Protocol) tokens{' '} + + here + + ! +
+ ) +} + export function LandingPageWrapper({ children }: { children: any }) { return (
@@ -60,9 +77,10 @@ export function LandingPageWrapper({ children }: { children: any }) { > } + // bannerContent="Stake your SYN to receive CX (Cortex Protocol) tokens!" startDate={new Date('2024-12-17T18:45:09+00:00')} - endDate={new Date('2025-01-25T18:45:09+00:00')} + endDate={new Date('2025-02-25T18:45:09+00:00')} /> diff --git a/packages/synapse-interface/package.json b/packages/synapse-interface/package.json index f40d43afea..7609a76359 100644 --- a/packages/synapse-interface/package.json +++ b/packages/synapse-interface/package.json @@ -1,6 +1,6 @@ { "name": "@synapsecns/synapse-interface", - "version": "0.41.3", + "version": "0.41.4", "private": true, "engines": { "node": ">=18.18.0"