Updated Resource/NavBar/Form key

This commit is contained in:
rockyeverlast
2024-04-12 17:19:16 +05:30
parent f95ad2a6ce
commit d0cb4f79cd
3 changed files with 6 additions and 3 deletions

View File

@@ -580,7 +580,7 @@ const Contact = () => {
/>
<ReCAPTCHA
style={{ display: "grid", placeContent: "left" }}
sitekey="6LdVPyUoAAAAACTtDn6ehSDNqdydOJOh5qJksCg5"
sitekey="6LfV87gpAAAAAMAAhyjTuaVjS7y6T_dXtMiLhsGJ"
onChange={handleVerify}
/>
{captchaError && (

View File

@@ -48,7 +48,7 @@ const content = [
];
const Content = {
heading: `Resources and Latest Happenings`,
heading: `Rubix Insights`,
};
const Resources = () => {

View File

@@ -248,6 +248,7 @@ const NavBar = () => {
<PopoverBody>
<Link
to="https://learn.rubix.net/pop/"
target="_blank"
className="link"
style={
location.pathname === "/LearnPage"
@@ -269,7 +270,8 @@ const NavBar = () => {
<PopoverBody>
<Link
to="/https://learn.rubix.net/smartcontract/"
to="https://learn.rubix.net/smartcontract/"
target="_blank"
className="link"
style={
location.pathname === "/LearnPage"
@@ -292,6 +294,7 @@ const NavBar = () => {
<PopoverBody>
<Link
to="https://learn.rubix.net/tokenomics/"
target="_blank"
className="link"
style={
location.pathname === "/LearnPage"