Skip to content

Commit

Permalink
Merge pull request #139 from tecladocode/jose/cou-322-fix-text-buying…
Browse files Browse the repository at this point in the history
…-the-course-on-ebook-where-it-doesnt-render

Fix bug where top banner text isn't rendered properly in Chrome
  • Loading branch information
jslvtr authored Aug 13, 2023
2 parents bb89653 + 7c2c006 commit 58398dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const config = {
announcementBar: {
id: "support_us",
content:
'<span style="font-weight: 600">Unlock all video lessons and support us by <a target="_blank" style="background-image: linear-gradient(90deg, #FF7D82, #50e3c2); background-clip: text; color: transparent; " rel="noopener noreferrer" href="https://go.tecla.do/rest-apis-ebook">buying the course</a>!</span>',
'<span style="font-weight: 600">Unlock all video lessons and support us by <a target="_blank" style="background-color: #ff7d82; background-image: linear-gradient(90deg, #FF7D82, #50e3c2); background-clip: text; color: transparent; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent; -moz-text-fill-color: transparent; " rel="noopener noreferrer" href="https://go.tecla.do/rest-apis-ebook">buying the course</a>!</span>',
backgroundColor: "#1c2023",
textColor: "#fff",
isCloseable: false,
Expand Down

1 comment on commit 58398dc

@vercel
Copy link

@vercel vercel bot commented on 58398dc Aug 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.