updated social login text size
This commit is contained in:
@@ -73,7 +73,7 @@ export default function LearnMore() {
|
||||
return
|
||||
}
|
||||
const resData = res?.data?.result_list || []
|
||||
console.log('resData', resData)
|
||||
// console.log('resData', resData)
|
||||
setTopics(prev => ({...prev, loading: false, data: resData}))
|
||||
setTabs(prev => {
|
||||
return prev?.map((item, index) => ({...item, title:resData[index]?.topic}))
|
||||
|
||||
Reference in New Issue
Block a user