diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b20c9c..8bf4208 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,6 +31,7 @@ jobs: release: if: | !startsWith(github.event.head_commit.message, 'chore(release):') && + !startsWith(github.event.head_commit.message, 'chore(website):') && !startsWith(github.event.head_commit.message, 'docs:') && !startsWith(github.event.head_commit.message, 'ci:') needs: [contributors] diff --git a/website/src/app/layout.tsx b/website/src/app/layout.tsx index 2b4f68c..6ceb91c 100644 --- a/website/src/app/layout.tsx +++ b/website/src/app/layout.tsx @@ -21,7 +21,7 @@ export default function RootLayout ({ children }: { children: React.ReactNode }) target='_blank' rel='noopener noreferrer' > - + {/* */} {children} diff --git a/website/src/app/page.tsx b/website/src/app/page.tsx index 95eed19..a7c2347 100644 --- a/website/src/app/page.tsx +++ b/website/src/app/page.tsx @@ -10,9 +10,9 @@ export default function Home () { <>
- +
diff --git a/website/src/components/cursor.tsx b/website/src/components/cursor.tsx index 396a744..ce13029 100644 --- a/website/src/components/cursor.tsx +++ b/website/src/components/cursor.tsx @@ -25,7 +25,7 @@ export function Cursor () { height: 0, borderLeft: '10px solid transparent', borderRight: '10px solid transparent', - borderBottom: '20px solid white', + borderBottom: '20px solid', transform: 'translate(-50%, -50%) rotate(0)' }} /> diff --git a/website/src/components/heading.tsx b/website/src/components/heading.tsx index ca1f2a6..e4a01d9 100644 --- a/website/src/components/heading.tsx +++ b/website/src/components/heading.tsx @@ -26,7 +26,7 @@ export function Heading () { return (