Feature/toast UI editor (#45)

This commit is contained in:
Daniel Lautzenheiser
2022-10-20 18:41:46 -04:00
committed by GitHub
parent e60e1fa755
commit 3674ee5bd8
17 changed files with 205 additions and 101 deletions

View File

@ -7,7 +7,10 @@ class GitHubStarButton extends PureComponent {
href="https://github.com/StaticJsCMS/static-cms"
aria-label="Star StaticJsCMS/static-cms on GitHub"
>
<img alt="Star StaticJsCMS/static-cms on GitHub" src="https://img.shields.io/github/stars/StaticJsCMS/static-cms?style=social" />
<img
alt="Star StaticJsCMS/static-cms on GitHub"
src="https://img.shields.io/github/stars/StaticJsCMS/static-cms?style=social"
/>
</a>
);
}