Skip to content

Commit

Permalink
Merge pull request #6006 from sudhanshutech/issue/4
Browse files Browse the repository at this point in the history
fix install button
  • Loading branch information
sudhanshutech authored Oct 18, 2024
2 parents 0224e5c + 77ba0f5 commit bb2f1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/gitops/SnapshotPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const SnapshotPage = () => {
<Description>
Verify your workload designs and Kubernetes cluster configurations prior to accepting and merging pull requests.
</Description>
<Button primary className="learn-more-btn" title="INSTALL" url="https://meshery.layer5.io/connect/github/new"/>
<Button primary className="learn-more-btn" title="INSTALL" $url="https://meshery.layer5.io/connect/github/new"/>
</TextColumn>
<ColumnContainer>
<KanvasStack className="stack-logo" />
Expand Down

0 comments on commit bb2f1c8

Please sign in to comment.