Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nsaunders committed Aug 7, 2024
1 parent 3ed62b6 commit 1475160
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ behavior, and more. Consider this example of a `Box` component:

```tsx
<Box
is="a"
as="a"
href="https://github.com/embellishing/embellish"
color="#fff"
background="#03f"
Expand Down Expand Up @@ -206,7 +206,7 @@ function CtaButton({
}) {
return (
<Box
is="a"
as="a"
href={href}
aria-disabled={disabled}
display="inline-block"
Expand Down Expand Up @@ -263,7 +263,7 @@ function CtaButton({
+ and: ["focus", { not: "disabled" }],
+ },
+ }}
is="a"
as="a"
href={href}
aria-disabled={disabled}
display="inline-block"
Expand Down

0 comments on commit 1475160

Please sign in to comment.