Add deprecation warning for CascadeStudio

https://github.com/Irev-Dev/cadhub/discussions/261
This commit is contained in:
Kurt Hutten
2021-07-02 20:38:05 +10:00
parent b01c08b0d2
commit 2e3f9b9e25
2 changed files with 14 additions and 4 deletions

View File

@@ -18,10 +18,6 @@ const NavPlusButton: React.FC = () => {
ideType: 'openScad',
},
{ name: 'CadQuery', sub: 'beta', ideType: 'cadQuery' },
{
name: 'CascadeStudio',
sub: 'soon to be deprecated',
},
].map(({ name, sub, ideType }) => (
<li
key={name}