Skip to content

Commit

Permalink
fix CookieConsent component
Browse files Browse the repository at this point in the history
  • Loading branch information
zag committed Apr 14, 2024
1 parent f328266 commit e94c2fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.pod6
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
=TITLE CHANGES
=head1 Upcoming
=head1 0.1.23
=item1 * fix C<CookieConsent> align content
=head1 0.1.22
=item1 * fix types
=head1 0.1.21
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "podlite-web",
"description": "📖 Create static websites with Next.js and the Podlite markup language.",
"version": "0.1.22",
"version": "0.1.23",
"private": true,
"scripts": {
"next_dev": "next dev",
Expand Down
1 change: 0 additions & 1 deletion src/components/service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ export const CookieConsent = ({ id, children, buttonCaption }) => {
<div className={cookieConsentStyles.okButton} onClick={onOkClick}>
{buttonCaption || 'Got it!'}
</div>
<div />
</div>
</div>
)
Expand Down

0 comments on commit e94c2fd

Please sign in to comment.