mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 20:34:02 +03:00
Add the default background color class
This commit is contained in:
parent
248d5833e4
commit
af6b474e23
@ -7,7 +7,7 @@ export function AnnouncementBar({settings}) {
|
||||
const [data, setData] = React.useState({content: '<p>Content with <a href="https://ghost.org/">link</a></p>'});
|
||||
|
||||
return (
|
||||
<div className="gh-announcement-bar">
|
||||
<div className="gh-announcement-bar dark">
|
||||
<div className="gh-announcement-bar-content" dangerouslySetInnerHTML={{__html: data.content}}></div>
|
||||
</div>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user