remove open positions (#699)

This commit is contained in:
Oscar Beaumont 2023-04-13 02:18:00 +08:00 committed by GitHub
parent 4e02ee2543
commit 72465adb21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,14 +20,7 @@ interface PositionPosting {
description: string;
}
export const positions: PositionPosting[] = [
{
name: 'Senior Frontend Engineer',
type: 'Full-time',
salary: '$80,000',
description: `You will be responsible for building our web based interface in TypeScript, React and Tailwind; working closely with our backend engineers to build a great user experience. A keen eye for design and clean code is a must. As our 9th employee, you'll have a huge impact and creative control over the development of Spacedrive.`
}
];
export const positions: PositionPosting[] = [];
const values = [
{