We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08cd20a commit 4a3cac7Copy full SHA for 4a3cac7
2 files changed
apps/web/public/locales/en/common.json
@@ -723,7 +723,6 @@
723
"solana": {
724
"heading": "Solana",
725
"grants": "Grants",
726
- "break": "Break Solana",
727
"media": "Media Kit",
728
"careers": "Careers",
729
"disclaimer": "Disclaimer",
packages/ui-chrome/src/footer.jsx
@@ -118,14 +118,6 @@ export const Footer = ({ className = "" }) => {
118
{t("footer.solana.grants")}
119
</InlineLink>
120
</li>
121
- <li>
122
- <InlineLink
123
- to="https://break.solana.com/"
124
- className="!no-underline !text-[#ababbc] hover:!text-white transition-colors"
125
- >
126
- {t("footer.solana.break")}
127
- </InlineLink>
128
- </li>
129
<li>
130
<Link
131
to="/branding"
0 commit comments