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 a913bc3 commit 8dfe70bCopy full SHA for 8dfe70b
constants/navigation.tsx
@@ -84,15 +84,15 @@ export const navigation = {
84
>
85
Open Collective
86
</a>
87
- <a
+ {/* <a
88
className="inline-flex justify-center w-full px-4 py-2 bg-whisper-600 text-base font-medium text-vulcan-500 hover:bg-rose-900 hover:text-whisper-500 focus:outline-none sm:text-sm rounded"
89
onClick={() => setOpen(false)}
90
href={Extension.sponsorCoffee}
91
target={`_blank`}
92
rel={`noopener noreferrer`}
93
94
Buy us a coffee or LEGO
95
- </a>
+ </a> */}
96
</div>
97
</Modal>
98
)
0 commit comments