-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #213 from ConnectAI-E/feature/update-website
feat: add invitation
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule website
updated
14 files
+6 −1 | public/locales/en-US/translation.json | |
+5 −0 | public/locales/vi-VN/translation.json | |
+16 −11 | public/locales/zh-CN/translation.json | |
+2 −0 | src/api/github.ts | |
+8 −1 | src/components/avatar.tsx | |
+18 −0 | src/components/icons.tsx | |
+2 −0 | src/config/app.ts | |
+2 −0 | src/config/index.ts | |
+4 −1 | src/layout/app/navbar.tsx | |
+5 −2 | src/layout/narbar.tsx | |
+1 −1 | src/routes/home/components/actions.tsx | |
+2 −2 | src/routes/login/index.tsx | |
+25 −23 | src/routes/people/index.tsx | |
+1 −1 | vite.config.ts |