+
+ }
+ >
+
+
{
stupWizardRef.current.changeModal()
}}>
diff --git a/src/page/Meeting/index.tsx b/src/page/Meeting/index.tsx
index 7f2103e..759553f 100644
--- a/src/page/Meeting/index.tsx
+++ b/src/page/Meeting/index.tsx
@@ -1703,7 +1703,11 @@ const Meeting: React.FC = () => {
if (userInfo.isAnonymous) {
storage.setItem('userLogin', false)
} else {
- navigate('/home/index')
+ navigate(`/home/index`, {
+ state: {
+ currentSeconds
+ }
+ })
}
}
return res
diff --git a/src/utils/package/imageUrl.ts b/src/utils/package/imageUrl.ts
index 7b87e9b..2c349a4 100644
--- a/src/utils/package/imageUrl.ts
+++ b/src/utils/package/imageUrl.ts
@@ -84,6 +84,8 @@ import icon52Select from '@/assets/icon52-select.png'
import icon53 from '@/assets/icon53.png'
import icon54 from '@/assets/icon54.png'
import icon55 from '@/assets/icon55.png'
+import icon56 from '@/assets/icon56.png'
+import icon56Active from '@/assets/icon56-active.png'
export default {
loading,
icon,
@@ -170,5 +172,7 @@ export default {
icon52Select,
icon53,
icon54,
- icon55
+ icon55,
+ icon56,
+ icon56Active
}
\ No newline at end of file
diff --git a/src/utils/styles/App.scss b/src/utils/styles/App.scss
index e82a365..fd3b3be 100644
--- a/src/utils/styles/App.scss
+++ b/src/utils/styles/App.scss
@@ -404,4 +404,9 @@ $pagination-hover-background-color: #5575F2;
.ant-tabs {
-webkit-app-region: no-drag;
+}
+
+.ant-rate .ant-rate-star-first,
+.ant-rate .ant-rate-star-second {
+ color: gray;
}
\ No newline at end of file