Skip to content

Commit

Permalink
chore: minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Dec 4, 2024
1 parent 86bf62d commit 90af494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ export function compiler(
return null
}

return attributes.reduce(function (map, raw, index) {
return attributes.reduce(function (map, raw) {
const delimiterIdx = raw.indexOf('=')

if (delimiterIdx !== -1) {
Expand Down
4 changes: 2 additions & 2 deletions site.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function TryItLive() {
)
}

const COLOR_ACCENT = 'cornflowerblue'
const COLOR_ACCENT = 'wheat'
const COLOR_BODY = '#fefefe'

const GlobalStyles = createGlobalStyle`
Expand Down Expand Up @@ -216,7 +216,7 @@ const Description = styled.p`
font-size: 16px;
margin-left: auto;
margin-right: auto;
max-width: 60vw;
max-width: 100ch;
h1,
h2 {
Expand Down

0 comments on commit 90af494

Please sign in to comment.