Skip to content

Commit 791e0ea

Browse files
committed
remove support page links, add nye confetti
1 parent f55ff38 commit 791e0ea

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

content/learn/sip-03-migration.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ For the full proposal text, see:
3030
### 1) Asset Transfer (Native ↔ EVM)
3131

3232
- Use the official Sei App to move assets between native (Keplr/Leap/Fin) and EVM (MetaMask/Compass etc.) addresses: [Sei App Transfer](https://app.sei.io/evm-upgrade) or the Bridge tab at [Sei App Bridge](https://app.sei.io/bridge).
33-
- Helpful how-to: [Move SEI between Native (Keplr) and EVM (MetaMask)](https://support.sei.io/hc/en-us/articles/35567228807195-How-Do-I-Move-SEI-Between-Native-Keplr-and-EVM-MetaMask).
3433

3534
When to use this:
3635

src/components/Footer/Footer.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ export function Footer() {
4040
Developer Toolkit
4141
</a>
4242
</li>
43-
<li>
44-
<a href='https://support.sei.io/hc/en-us' style={{ textDecoration: 'none', color: 'inherit', fontSize: '0.8125rem' }}>
45-
Knowledge Base
46-
</a>
47-
</li>
4843
<li>
4944
<a href='https://github.com/sei-protocol' style={{ textDecoration: 'none', color: 'inherit', fontSize: '0.8125rem' }}>
5045
GitHub

src/constants/featureFlags.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const ENABLE_CHRISTMAS_THEME = true;
2-
export const ENABLE_NEW_YEAR_THEME = false;
1+
export const ENABLE_CHRISTMAS_THEME = false;
2+
export const ENABLE_NEW_YEAR_THEME = true;

0 commit comments

Comments
 (0)