Skip to content

Commit 4a3cac7

Browse files
Remove 'Break Solana' link from footer (#922)
Deleted the 'Break Solana' entry from the Solana section in the footer and removed its corresponding translation key from the English locale file.
1 parent 08cd20a commit 4a3cac7

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

apps/web/public/locales/en/common.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,6 @@
723723
"solana": {
724724
"heading": "Solana",
725725
"grants": "Grants",
726-
"break": "Break Solana",
727726
"media": "Media Kit",
728727
"careers": "Careers",
729728
"disclaimer": "Disclaimer",

packages/ui-chrome/src/footer.jsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,6 @@ export const Footer = ({ className = "" }) => {
118118
{t("footer.solana.grants")}
119119
</InlineLink>
120120
</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>
129121
<li>
130122
<Link
131123
to="/branding"

0 commit comments

Comments
 (0)