feat: switch org
This commit is contained in:
parent
eccc767701
commit
c481add80b
3 changed files with 8 additions and 1 deletions
|
|
@ -51,6 +51,7 @@ export const OrganizationSelector: FC<{ asOpenSelect?: boolean }> = ({
|
|||
{!asOpenSelect && (
|
||||
<div className="flex items-center">
|
||||
<svg
|
||||
className={user?.tier.current === 'FREE' ? 'animate-bounce drop-shadow-glow': ''}
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 26 26"
|
||||
|
|
|
|||
|
|
@ -144,6 +144,13 @@ module.exports = {
|
|||
menu: 'var(--menu-shadow)',
|
||||
previewShadow: 'var(--preview-box-shadow)',
|
||||
},
|
||||
dropShadow: {
|
||||
glow: [
|
||||
'0 0 6px rgba(250,204,21,0.6)',
|
||||
'0 0 12px rgba(250,204,21,0.5)',
|
||||
'0 0 24px rgba(250,204,21,0.4)',
|
||||
],
|
||||
},
|
||||
// that is actual animation
|
||||
keyframes: (theme) => ({
|
||||
fadeOut: {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ import { LinkedinDto } from '@gitroom/nestjs-libraries/dtos/posts/providers-sett
|
|||
import imageToPDF from 'image-to-pdf';
|
||||
import { Readable } from 'stream';
|
||||
import { Rules } from '@gitroom/nestjs-libraries/chat/rules.description.decorator';
|
||||
import { string } from 'yup';
|
||||
|
||||
@Rules(
|
||||
'LinkedIn can have maximum one attachment when selecting video, when choosing a carousel on LinkedIn minimum amount of attachment must be two, and only pictures, if uploading a video, LinkedIn can have only one attachment'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue