Skip to content

Commit

Permalink
Merge branch 'hotfix/5.1.6' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
SebConejo committed Sep 24, 2024
2 parents 501fad3 + 80132b6 commit 8a44f6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -932,12 +932,13 @@ export default function Home() {
<InstallCLI />
<div className="mt-4">
<a
className="ghost"
href="https://stackblitz.com/fork/github/mnfst/manifest/tree/feature/demo-stackblitz/examples/main-demo?file=manifest/backend.yml"
className="ghost is-block"
href="https://stackblitz.com/fork/github/mnfst/manifest/tree/master/examples/main-demo?file=manifest/backend.yml"
target="_blank"
>
<img
alt="Open in StackBlitz"
className="is-block"
width={200}
src="https://developer.stackblitz.com/img/open_in_stackblitz.svg"
/>
Expand Down

0 comments on commit 8a44f6a

Please sign in to comment.