Skip to content

Commit

Permalink
[docs] Fix roadmap link (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored May 8, 2024
1 parent 4f2db4d commit 234f4c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/pigment-css-nextjs-ts/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default function Home() {
</Link>
<Link
outlined
href="https://github.com/orgs/mui/projects/27/views/1"
href="https://github.com/orgs/mui/projects/27/views/3"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion examples/pigment-css-remix-ts/app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export default function Index() {
</Link>
<Link
outlined
href="https://github.com/orgs/mui/projects/27/views/1"
href="https://github.com/orgs/mui/projects/27/views/3"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion examples/pigment-css-vite-ts/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default function Home() {
</Link>
<Link
outlined
href="https://github.com/orgs/mui/projects/27/views/1"
href="https://github.com/orgs/mui/projects/27/views/3"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit 234f4c9

Please sign in to comment.