Skip to content

Commit

Permalink
Change book a demo to primary
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisek committed Sep 30, 2024
1 parent 04067d0 commit 10dd965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const headerData = {
],
actions: [
{ text: 'Register', href: registerLink, target: registerLinkTarget },
{ text: 'Book a Demo', href: bookADemoLink, target: '_blank' },
{ text: 'Book a Demo', href: bookADemoLink, target: '_blank', variant: 'primary' },
// { text: 'GitHub', href: 'https://github.com/safedep/vet', target: '_blank' }
],
};
Expand Down

0 comments on commit 10dd965

Please sign in to comment.