Skip to content

Commit

Permalink
fix install button
Browse files Browse the repository at this point in the history
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Oct 18, 2024
1 parent 5526ac0 commit 77ba0f5
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 77ba0f5

Please sign in to comment.