Skip to content

Commit

Permalink
dev: dev page improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed Dec 5, 2024
1 parent 26dbd3c commit 86ef153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</style>
</head>
<body>
<div class="pa__dev-navbar">
<div class="dev-navbar">
<a href="/signin"> Login </a>
<a href="/signup"> Register </a>
<a href="/signin/consent"> Consent </a>
Expand Down
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default () => ({
prefix: 'pa__',
ignore: [/sb-?/],
ignoreFiles: [
/\.storybook/
/\.storybook/, 'index\.html'
]
}),
postcss_import(),
Expand Down

0 comments on commit 86ef153

Please sign in to comment.