Skip to content
Open
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
33 changes: 33 additions & 0 deletions apps/site/src/data/terms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -593,4 +593,37 @@ export const termsSections: TermsSection[] = [
</>
),
},
{
title: "20. Workplace Cats 🐱",
content: (
<>
<p>
Prisma acknowledges that cats (&quot;Cats&quot;) β€” including but not limited to domestic
shorthairs, longhairs, and the noble tuxedo variety πŸˆβ€β¬› β€” contribute meaningfully to the
comfort, morale, and ambient warmth of the working environments in which the Prisma
Services are developed and maintained.
</p>
<p>
You understand and agree that Prisma bears no responsibility for any cat-related
distraction, affection, or lap occupation that may occur while you are using the Prisma
Services. Prisma makes no warranty, express or implied, that any particular cat 🐈 will
be available, awake, or inclined to sit on your keyboard at any given time, and you
acknowledge that such availability is provided on a strictly &quot;as available&quot;
basis consistent with Section 10.
</p>
<p>
You agree not to (a) disturb a sleeping Cat, (b) interrupt a Cat mid-meal, or (c) use the
Prisma Services in any manner that would subject a Cat to undue stress, loud noises, or
unauthorized belly rubs. Prisma reserves the right, in its sole discretion, to determine
what constitutes a consensual belly rub.
</p>
<p>
Notwithstanding any other provision of these Terms, Prisma shall not be liable for any
loss of data, productivity, or dignity arising from a Cat sitting on, walking across, or
otherwise supervising your keyboard in a manner consistent with standard feline oversight
practices.
</p>
</>
),
},
];
Loading