Skip to content

Commit

Permalink
update announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharpguy committed Dec 19, 2023
1 parent 52620fc commit e81cd2c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ module.exports = {
{
title: 'On the Web',
items: [
{label: 'Twitter', href: 'https://twitter.com/threetenlabs'},
{ label: 'Twitter', href: 'https://twitter.com/threetenlabs' },
{
label: 'Google Play Store',
href: 'https://play.google.com/store/games?hl=en_US&gl=US',
href: 'https://play.google.com/store/apps/developer?id=ThreeTen+Labs',
},
{
label: 'Apple Store',
Expand All @@ -116,14 +116,14 @@ module.exports = {
disableSwitch: false,
respectPrefersColorScheme: false,
},
// announcementBar: {
// id: 'yass-release', // Any value that will identify this message.
// content:
// '<div class="announcement-bar"><a href="https://google.com" target="_blank" rel="noopener"><span>Announcing the first release of Spider Solitaire</span> <span style="margin-left:1rem">Learn more</span> <span style="margin-left:0.25rem">→</span></a></div>',
// backgroundColor: 'rgb(210, 215, 254)', // Defaults to `#fff`.
// textColor: 'rgb(22 31 49)', // Defaults to `#000`.
// isCloseable: true, // Defaults to `true`.
// },
announcementBar: {
id: 'yass-release', // Any value that will identify this message.
content:
'<div class="announcement-bar"><a href="/game/solitaire/share"><span>Announcing the first release of Y.A.S.S.</span> <span style="margin-left:1rem">Learn more</span> <span style="margin-left:0.25rem">→</span></a></div>',
backgroundColor: '#40b7d3', // Defaults to `#fff`.
textColor: 'rgb(22 31 49)', // Defaults to `#000`.
isCloseable: true, // Defaults to `true`.
},
},
presets: [
[
Expand Down

0 comments on commit e81cd2c

Please sign in to comment.