Skip to content

Commit

Permalink
Remove roadmap from site
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Dec 19, 2024
1 parent 712805f commit afe5af8
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 475 deletions.
10 changes: 0 additions & 10 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,6 @@ export const Footer = () => (
defaultMessage="Donate"
/>
</Link>,
<Link
key="roadmap"
href="/roadmap"
className="inline-block py-2 hover:underline"
>
<FormattedMessage
id="nav.roadmap.title"
defaultMessage="Roadmap"
/>
</Link>,
],
},
{
Expand Down
99 changes: 0 additions & 99 deletions components/Issue.tsx

This file was deleted.

78 changes: 0 additions & 78 deletions components/IssueTimeline.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions data/roadmap.ts

This file was deleted.

114 changes: 0 additions & 114 deletions linear.mjs

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@
"start": "next start",
"lint": "next lint",
"update-sponsors": "node --experimental-fetch patreon.mjs",
"update-roadmap": "node linear.mjs",
"extract": "formatjs extract '{components,pages,data}/**/*.{js,jsx,ts,tsx}' --out-file 'locales/en.json' --format 'locales/locale_format.js'"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@linear/sdk": "^35.0.0",
"@tanstack/react-query": "^5.51.21",
"blurhash": "^2.0.5",
"classnames": "^2.5.1",
Expand Down
Loading

0 comments on commit afe5af8

Please sign in to comment.