Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: fixes title of storybook #22

Closed
wants to merge 8 commits into from
3 changes: 3 additions & 0 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta property="og:description" content="NeoPOP Design System by CRED" />
<meta property="og:title" content="CRED Design System" />
<title>NeoPOP Design System</title>
<script>
document.title = 'NeoPOP Design System';
</script>
<style>
body {
font-family: 'Roboto', sans-serif;
Expand Down