Skip to content

Commit

Permalink
fix(landing): Udate contact button to lui primary style as the lui te…
Browse files Browse the repository at this point in the history
…rtiary style changed. (#2546)

* Roll back  the contact up button style as the lui button tertiary style changed.

* Deprecatee tertiary button style.

* Update to className

* Update the lui primary button.
  • Loading branch information
Wentao-Kuang authored Oct 17, 2022
1 parent e331835 commit 7ef8e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/landing/src/components/layout.header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class Header extends Component<unknown, HeaderState> {

<h6>Developer API Keys</h6>
<p>Contact us for free API keys with better support for public web and mobile apps.</p>
<button className="lui-button lui-button-tertiary contact-us" onClick={this.contactUs}>
<button className="lui-button lui-button-primary contact-us" onClick={this.contactUs}>
Contact us
</button>

Expand Down

0 comments on commit 7ef8e9d

Please sign in to comment.