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 ( +