Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion src/components/FloatingLines.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@ export default function FloatingLines({
const clock = new Clock()

const setSize = () => {
const el = containerRef.current!
const el = containerRef.current
if (!el) return
const width = el.clientWidth || 1
const height = el.clientHeight || 1

Expand Down
2 changes: 1 addition & 1 deletion src/components/top-level-pages/call-to-action.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function CallToAction() {
<p className="mt-6 text-3xl font-medium tracking-tight text-gray-950 sm:text-5xl">
Ready to dive in?
<br />
Become an beta tester today.
Become a beta tester today.
</p>
</hgroup>
<p className="mx-auto mt-6 max-w-md text-sm/6 text-gray-700">
Expand Down