diff --git a/apps/user/app/(main)/(user)/sidebar-right.tsx b/apps/user/app/(main)/(user)/sidebar-right.tsx index f834d00..d2c643b 100644 --- a/apps/user/app/(main)/(user)/sidebar-right.tsx +++ b/apps/user/app/(main)/(user)/sidebar-right.tsx @@ -57,18 +57,20 @@ export function SidebarRight({ ...props }: React.ComponentProps) - { - if (result) { - toast.success(t('copySuccess')); - } - }} - > - - + + { + if (result) { + toast.success(t('copySuccess')); + } + }} + > + + + {t('copyInviteLink')} diff --git a/bun.lockb b/bun.lockb deleted file mode 100755 index acf192e..0000000 Binary files a/bun.lockb and /dev/null differ diff --git a/eslint.config.js b/eslint.config.mjs similarity index 100% rename from eslint.config.js rename to eslint.config.mjs diff --git a/packages/commitlint-config/base.js b/packages/commitlint-config/base.js index 2141515..64b49fa 100644 --- a/packages/commitlint-config/base.js +++ b/packages/commitlint-config/base.js @@ -5,7 +5,7 @@ * */ module.exports = { $schema: 'https://json.schemastore.org/commitlintrc', - extends: ['gitmoji'], + // extends: ['gitmoji'], rules: { 'footer-leading-blank': [0, 'never'], 'header-max-length': [0, 'never'],