Remove backwards compatibility
This commit is contained in:
@@ -54,7 +54,7 @@ describe("Button (behavioral tests)", () => {
|
||||
|
||||
it("renders as a link when href is provided", () => {
|
||||
render(
|
||||
<Button href="/learn" variant="default">
|
||||
<Button href="/learn" buttonType="filled" palette="default">
|
||||
Learn more
|
||||
</Button>,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user