mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-27 17:35:50 +00:00
Merge branch 'main' of https://github.com/WDI-Ideas/rubix into integration_test
This commit is contained in:
@@ -56,6 +56,7 @@ const store = configureStore({
|
||||
TermsPage.middleware,
|
||||
PrivacyPage.middleware,
|
||||
newsLetterApi.middleware,
|
||||
|
||||
), // Add blogApi.middleware here
|
||||
});
|
||||
|
||||
|
||||
@@ -41,9 +41,9 @@ const individuals = [
|
||||
},
|
||||
{
|
||||
name: "Vivek Tikoo",
|
||||
jobTitle: "Co-Founder & CEO| ChainX | RubiX",
|
||||
jobTitle: "CEO",
|
||||
description:
|
||||
"Over 30 years of success in the Indian industry, with expertise in building and growing organizations across various domains.",
|
||||
"Thought Leader in Web3 enabled Digital transformation with passion for execution.",
|
||||
imageUrl: imgtweleve,
|
||||
link: `https://www.linkedin.com/in/vivektikoo/`,
|
||||
},
|
||||
|
||||
@@ -14,12 +14,14 @@ const StatsContent = {
|
||||
};
|
||||
|
||||
const Stats = () => {
|
||||
// Call useGetStatsApiQuery
|
||||
const {
|
||||
data: statsData,
|
||||
error: statsError,
|
||||
isLoading: statsIsLoading,
|
||||
} = useGetStatsApiQuery();
|
||||
|
||||
// Call useGetStatApiQuery
|
||||
const {
|
||||
data: statData,
|
||||
error: statError,
|
||||
|
||||
@@ -40,6 +40,15 @@ const individuals = [
|
||||
imageUrl: imgtweleve,
|
||||
link: `https://www.linkedin.com/in/vivektikoo/`,
|
||||
},
|
||||
{
|
||||
location: "india",
|
||||
name: "Vivek Tikoo",
|
||||
jobTitle: "CEO",
|
||||
description:
|
||||
"Thought Leader in Web3 enabled Digital transformation with passion for execution",
|
||||
imageUrl: imgtweleve,
|
||||
link: `https://www.linkedin.com/in/vivektikoo/`,
|
||||
},
|
||||
{
|
||||
location: "india",
|
||||
name: "Ravi Srinivasa Murty",
|
||||
|
||||
@@ -401,7 +401,7 @@ export const MobileMenu = () => {
|
||||
onClick={handleClick}
|
||||
style={linkStyle}
|
||||
>
|
||||
Explore
|
||||
Explorer
|
||||
</Link>
|
||||
</AccordionPanel>
|
||||
</AccordionItem>
|
||||
|
||||
Reference in New Issue
Block a user