fix(docs-site): make banner a bit smaller (#6016)

This commit is contained in:
Harshal Sheth 2022-09-21 16:50:57 -07:00 committed by GitHub
parent 2d29d0b121
commit 2ea9b67d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,27 @@ module.exports = {
...(!isSaas && { ...(!isSaas && {
announcementBar: { announcementBar: {
id: "announcement", id: "announcement",
content: content: `
'<div><img src="/img/acryl-logo-white-mark.svg" /><p><strong>Managed DataHub</strong><span> &nbsp;Acryl Data delivers an easy to consume DataHub platform for the enterprise</span></p></div> <a href="https://www.acryldata.io/datahub-beta" target="_blank" class="button button--primary">Sign up for Managed DataHub →</a>', <div style="
display: flex;
gap: 2em;
justify-content: center;
align-items: center;
">
<div style="
display: flex;
align-items: center;
gap: 1em;
">
<img src="/img/acryl-logo-white-mark.svg" style="
max-height: 35px;
">
<p style="
margin-bottom: 0;
"><strong>Managed DataHub</strong><span> &nbsp;Acryl Data delivers an easy to consume DataHub platform for the enterprise</span></p></div>
<a href="https://www.acryldata.io/datahub-beta" target="_blank" class="button button--primary">Sign up for Managed DataHub </a>
</div>
`,
backgroundColor: "#070707", backgroundColor: "#070707",
textColor: "#ffffff", textColor: "#ffffff",
isCloseable: false, isCloseable: false,