Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add sample error to check if CI fails
Browse files Browse the repository at this point in the history
natemate90 committed Jan 13, 2025
1 parent 0b98953 commit 2bc196a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nextjs/src/components/title.tsx
Original file line number Diff line number Diff line change
@@ -28,6 +28,8 @@ const titleStyles = cva(["tracking-tight text-title-primary"], {
},
})

throw new Error("oops.")

/**
* @info either children or markdown can be passed, not both
*/

0 comments on commit 2bc196a

Please sign in to comment.