-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Organizations: remove old CTA to add users via CLI (#6116)
* Remove old CTA * Fix lint * Tweak spacing
- Loading branch information
1 parent
7dc8bbe
commit 988df4f
Showing
3 changed files
with
23 additions
and
33 deletions.
There are no files selected for viewing
22 changes: 3 additions & 19 deletions
22
web-admin/src/features/organizations/OrganizationHero.svelte
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,7 @@ | ||
<script lang="ts"> | ||
import OrganizationAccessControls from "./OrganizationAccessControls.svelte"; | ||
import ShareOrganizationCta from "./ShareOrganizationCTA.svelte"; | ||
export let organization: string; | ||
export let title: string; | ||
</script> | ||
|
||
<div class="flex flex-col gap-y-1"> | ||
<h1 class="text-sky-950 text-4xl font-light leading-10"> | ||
{title} | ||
</h1> | ||
<OrganizationAccessControls {organization}> | ||
<svelte:fragment slot="manage-org-members"> | ||
<div class="mt-8 mb-12"> | ||
<ShareOrganizationCta {organization} /> | ||
</div> | ||
</svelte:fragment> | ||
</OrganizationAccessControls> | ||
<span class="text-gray-500 text-base font-normal leading-normal"> | ||
Check out your projects below. | ||
</span> | ||
</div> | ||
<h1 class="text-sky-950 text-4xl font-light leading-10"> | ||
{title} | ||
</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
988df4f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://ui.rilldata.in as production
🚀 Deployed on https://673fa47512d27e8686e655db--rill-ui-dev.netlify.app