fix: road-map-error-url

This commit is contained in:
Ho Duc Hieu 2023-12-21 15:04:53 +09:00
parent c95c765812
commit 2a49b2ffb9
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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"
> >