chore: format all files in monorepo (#3054)
* chore: format all files in the project * fix: removing @types/react from dependencies * fix: adding prettier and eslint config * chore: format files * fix: upgrading turbo version * chore: ignoring warnings and adding todos * fix: updated the type of bubble menu item in the document editor * chore: format files --------- Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
This commit is contained in:
parent
e5ae139178
commit
5b0066140f
721 changed files with 3739 additions and 4660 deletions
|
|
@ -13,7 +13,7 @@ interface InstanceAdminRestrictionProps {
|
|||
}
|
||||
|
||||
export const InstanceAdminRestriction: FC<InstanceAdminRestrictionProps> = ({ redirectWorkspaceSlug }) => (
|
||||
<div className={`my-8 w-full flex flex-col gap-4 items-center justify-center overflow-hidden`}>
|
||||
<div className={`my-8 flex w-full flex-col items-center justify-center gap-4 overflow-hidden`}>
|
||||
<div className="w-3/5 bg-custom-background-90">
|
||||
<div className="grid h-full place-items-center p-2 pb-0">
|
||||
<div className="text-center">
|
||||
|
|
@ -21,41 +21,41 @@ export const InstanceAdminRestriction: FC<InstanceAdminRestrictionProps> = ({ re
|
|||
<h3 className="text-3xl font-semibold">God mode needs a god role</h3>
|
||||
<p className="text-base text-custom-text-300">Doesn’t look like you have that role.</p>
|
||||
</div>
|
||||
<div className="flex flex-col gap-2 my-8 text-center">
|
||||
<div className="my-8 flex flex-col gap-2 text-center">
|
||||
<div>
|
||||
<p className="font-medium text-xs text-custom-text-400 tracking-tight">Do we have a god role?</p>
|
||||
<p className="text-custom-text-300 text-sm">Yes.</p>
|
||||
<p className="text-xs font-medium tracking-tight text-custom-text-400">Do we have a god role?</p>
|
||||
<p className="text-sm text-custom-text-300">Yes.</p>
|
||||
</div>
|
||||
<div>
|
||||
<p className="font-medium text-xs text-custom-text-400 tracking-tight">Do we call it god role?</p>
|
||||
<p className="text-custom-text-300 text-sm">No. Obviously not.</p>
|
||||
<p className="text-xs font-medium tracking-tight text-custom-text-400">Do we call it god role?</p>
|
||||
<p className="text-sm text-custom-text-300">No. Obviously not.</p>
|
||||
</div>
|
||||
<div>
|
||||
<p className="font-medium text-xs text-custom-text-400 tracking-tight">Can you get it?</p>
|
||||
<p className="text-custom-text-300 text-sm">Maybe. Ask your god.</p>
|
||||
<p className="text-xs font-medium tracking-tight text-custom-text-400">Can you get it?</p>
|
||||
<p className="text-sm text-custom-text-300">Maybe. Ask your god.</p>
|
||||
</div>
|
||||
<div>
|
||||
<p className="font-medium text-xs text-custom-text-400 tracking-tight">
|
||||
<p className="text-xs font-medium tracking-tight text-custom-text-400">
|
||||
Are we being intentionally cryptic?
|
||||
</p>
|
||||
<p className="text-custom-text-300 text-sm">Yes.</p>
|
||||
<p className="text-sm text-custom-text-300">Yes.</p>
|
||||
</div>
|
||||
<div>
|
||||
<p className="font-medium text-xs text-custom-text-400 tracking-tight">
|
||||
<p className="text-xs font-medium tracking-tight text-custom-text-400">
|
||||
Is this for the security of your workspaces?
|
||||
</p>
|
||||
<p className="text-custom-text-300 text-sm">Absolutely!</p>
|
||||
<p className="text-sm text-custom-text-300">Absolutely!</p>
|
||||
</div>
|
||||
<div>
|
||||
<p className="font-medium text-xs text-custom-text-400 tracking-tight">
|
||||
<p className="text-xs font-medium tracking-tight text-custom-text-400">
|
||||
Are you the god here and still seeing this?
|
||||
</p>
|
||||
<p className="text-custom-text-300 text-sm">
|
||||
<p className="text-sm text-custom-text-300">
|
||||
Sorry, God.{" "}
|
||||
<a
|
||||
href="https://discord.com/channels/1031547764020084846/1094927053867995176"
|
||||
target="_blank"
|
||||
className="text-custom-primary-100 font-medium hover:underline"
|
||||
className="font-medium text-custom-primary-100 hover:underline"
|
||||
rel="noreferrer"
|
||||
>
|
||||
Talk to us.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue