Skip to content

Commit 58398dc

Browse files
authored
Merge pull request #139 from tecladocode/jose/cou-322-fix-text-buying-the-course-on-ebook-where-it-doesnt-render
Fix bug where top banner text isn't rendered properly in Chrome
2 parents bb89653 + 7c2c006 commit 58398dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const config = {
9898
announcementBar: {
9999
id: "support_us",
100100
content:
101-
'<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>',
101+
'<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>',
102102
backgroundColor: "#1c2023",
103103
textColor: "#fff",
104104
isCloseable: false,

0 commit comments

Comments
 (0)