Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
docs(component): change next v12 references to v13 in v13 example
Browse files Browse the repository at this point in the history
  • Loading branch information
partounian committed Nov 25, 2022
1 parent 516726b commit ce3e728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/nextv13/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Nextjs v12 Example
# Nextjs v13 Example

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

Expand Down
2 changes: 1 addition & 1 deletion examples/nextv13/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Links } from './Links'

export const Header = () => (
<header>
<h1>Storybook Addon Next 💓 Next.js v12</h1>
<h1>Storybook Addon Next 💓 Next.js v13</h1>
<Links />
</header>
)

0 comments on commit ce3e728

Please sign in to comment.