fix: road-map-error-url
This commit is contained in:
parent
c95c765812
commit
2a49b2ffb9
@ -25,7 +25,7 @@ As much as possible, everyone owns their respective `epics` and `tasks`.
|
|||||||
|
|
||||||
[`Milestones`](https://github.com/janhq/jan/milestones)
|
[`Milestones`](https://github.com/janhq/jan/milestones)
|
||||||
|
|
||||||
- `Milestones` correspond 1:1 to `epics` and are used to filter [Roadmap Views](https://github.com/orgs/janhq/projects/5/views/12)
|
- `Milestones` correspond 1:1 to `epics` and are used to filter [Roadmap Views](https://github.com/orgs/janhq/projects/5/views/16)
|
||||||
- `Milestones` span 1-2 weeks and have deadlines
|
- `Milestones` span 1-2 weeks and have deadlines
|
||||||
|
|
||||||
[`Tasks`](https://github.com/janhq/jan/issues)
|
[`Tasks`](https://github.com/janhq/jan/issues)
|
||||||
|
|||||||
@ -130,7 +130,7 @@ export default function Home() {
|
|||||||
<div className="relative lg:-left-14 overflow-hidden rounded-lg group">
|
<div className="relative lg:-left-14 overflow-hidden rounded-lg group">
|
||||||
<div className="hidden group-hover:flex absolute top-0 left-0 rounded-lg bg-black/30 w-full h-full items-center justify-center transition-all">
|
<div className="hidden group-hover:flex absolute top-0 left-0 rounded-lg bg-black/30 w-full h-full items-center justify-center transition-all">
|
||||||
<a
|
<a
|
||||||
href="https://github.com/orgs/janhq/projects/5/views/12"
|
href="https://github.com/orgs/janhq/projects/5/views/16"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className="inline-flex px-4 py-3 rounded-lg text-lg font-semibold cursor-pointer justify-center items-center space-x-2 text-black bg-white hover:text-black"
|
className="inline-flex px-4 py-3 rounded-lg text-lg font-semibold cursor-pointer justify-center items-center space-x-2 text-black bg-white hover:text-black"
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user