mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-28 14:45:50 +00:00
Updated Resource/NavBar/Form key
This commit is contained in:
@@ -580,7 +580,7 @@ const Contact = () => {
|
||||
/>
|
||||
<ReCAPTCHA
|
||||
style={{ display: "grid", placeContent: "left" }}
|
||||
sitekey="6LdVPyUoAAAAACTtDn6ehSDNqdydOJOh5qJksCg5"
|
||||
sitekey="6LfV87gpAAAAAMAAhyjTuaVjS7y6T_dXtMiLhsGJ"
|
||||
onChange={handleVerify}
|
||||
/>
|
||||
{captchaError && (
|
||||
|
||||
@@ -48,7 +48,7 @@ const content = [
|
||||
];
|
||||
|
||||
const Content = {
|
||||
heading: `Resources and Latest Happenings`,
|
||||
heading: `Rubix Insights`,
|
||||
};
|
||||
|
||||
const Resources = () => {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user