Skip to content

Commit

Permalink
add contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
mehm8128 committed Dec 31, 2024
1 parent b1056e4 commit 52a4b0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/app/_component/Contribution.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ export default function Contribution() {
useExhaustiveDependencies #1551 · biomejs/biome
</StyledAnchor>
</ListItem>
<ListItem>
<StyledAnchor href="https://github.com/biomejs/biome/pull/4810">
fix(css_semantic): semantic event for css supports at-rule #4810 ·
biomejs/biome
</StyledAnchor>
</ListItem>
<ListItem>
<StyledAnchor href="https://github.com/kuma-ui/kuma-ui/pull/283">
Fix the way to calculate processedProps #283 · kuma-ui/kuma-ui
Expand Down
2 changes: 1 addition & 1 deletion src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body {
}

:focus-visible {
outline: solid medium #edf1ff;
outline: solid medium #edf1ff;
}

a {
Expand Down

0 comments on commit 52a4b0b

Please sign in to comment.