Skip to content

Commit

Permalink
Infobar update
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitarangelkov committed Dec 23, 2024
1 parent e3779af commit 3050a5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const config = {
trackingID: "GTM-NGX36B79",
anonymizeIP: true,
},

googleTagManager: {
containerId: "GTM-NGX36B79",
},
Expand Down Expand Up @@ -215,9 +215,10 @@ const config = {
},
announcementBar: {
id: "mainnet",
// content:
// 'Cartesi Rollups is Mainnet Ready! {{balance}} in {{symbol}} is up for grabs... if you can <a href="https://honeypot.cartesi.io/" target="_blank" rel="noopener noreferrer">hack Cartesi Rollups</a>.',
content:
'Cartesi Rollups is Mainnet Ready! {{balance}} in {{symbol}} is up for grabs... if you can <a href="https://honeypot.cartesi.io/" target="_blank" rel="noopener noreferrer">hack Cartesi Rollups</a>.',

'Build your most ambitious dApp yet with Cartesi - grant applications open! <a href="https://bit.ly/49EE31V" target="_blank" rel="noopener noreferrer">APPLY NOW</a>',
backgroundColor: "rgba(0, 0, 0, 0.7)",
textColor: "#FFFFFF",
isCloseable: true,
Expand Down
1 change: 1 addition & 0 deletions src/theme/AnnouncementBar/Content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export default function AnnouncementBarContent(props) {
// Update the content with the fetched values
useEffect(() => {
if (!contentVars) {
setLoaded(true);
return;
}

Expand Down

0 comments on commit 3050a5a

Please sign in to comment.