Skip to content

Commit

Permalink
docs: fix version display
Browse files Browse the repository at this point in the history
  • Loading branch information
runjuu committed Nov 12, 2023
1 parent f220653 commit f21bd05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@column-resizer/docs",
"version": "1.2.1",
"private": true,
"scripts": {
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion docs/theme.config.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { DocsThemeConfig } from 'nextra-theme-docs';
import { useRouter } from 'next/router';

import packageJSON from './package.json';
import packageJSON from '../package.json';

const config: DocsThemeConfig = {
logo: <strong>🐙 Column Resizer ({packageJSON.version})</strong>,
Expand Down

1 comment on commit f21bd05

@vercel
Copy link

@vercel vercel bot commented on f21bd05 Nov 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.