Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sites/sandbox/src/sections/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ export function Features() {
<title>Processing</title>
<path
d="M20.5 12C20.5 16.6944 16.6944 20.5 12 20.5C7.30558 20.5 3.5 16.6944 3.5 12C3.5 7.30558 7.30558 3.5 12 3.5C16.6944 3.5 20.5 7.30558 20.5 12Z"
stroke="black"
stroke="currentColor"
strokeOpacity="0.2"
/>
<path
d="M20.3681 13.5C19.7463 16.9921 16.9921 19.7463 13.5 20.3681"
stroke="black"
stroke="currentColor"
strokeLinecap="round"
/>
</svg>
Expand Down
Loading