Skip to content

Commit aa744d0

Browse files
committed
Update texts and cleanup
1 parent c74fe28 commit aa744d0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MDX content for this template can be visually edited using [Dhub's WYSIWYG edito
1212

1313
## Tech stack
1414

15-
[Next.js 15](https://nextjs.org)\
15+
[Next.js 16](https://nextjs.org)\
1616
The backbone of the site. Pre-renders pages at build time for fast production performance.
1717

1818
[Prose UI](https://prose-ui.com)\

content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $$
2626

2727
This template uses the following technologies:
2828

29-
**[Next.js 15](https://nextjs.org)**\
29+
**[Next.js 16](https://nextjs.org)**\
3030
The backbone of the site. Pre-renders pages at build time for fast production performance.
3131

3232
**[Prose UI](https://prose-ui.com)**\

src/app/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Footer } from '@/components/navigation/footer'
77
export default () => {
88
return (
99
<div className="prose-ui">
10-
<div className="mx-auto flex w-full items-center max-w-[var(--site-width)] px-[var(--site-padding-x)] flex-col pt-16 mb-32">
10+
<div className="mx-auto flex w-full items-center max-w-(--site-width) px-(--site-padding-x) flex-col pt-16 mb-32">
1111
<div className="text-center max-w-2xl">
1212
<h1>
1313
Documentation starter template <br />
@@ -33,14 +33,14 @@ export default () => {
3333
</div>
3434
</div>
3535

36-
<div className="mt-16 md:mt-32 h-px w-full bg-gradient-to-r from-transparent via-[hsl(var(--p-color-border))] to-transparent"></div>
36+
<div className="mt-16 md:mt-32 h-px w-full bg-linear-to-r from-transparent via-[hsl(var(--p-color-border))] to-transparent"></div>
3737

3838
{/* //[&>*:nth-child(even)]:border-l-2 [&>*]:border-color-base [&>*]:border-t-2 */}
3939
<div className="md:px-12 md:mt-12 grid grid-cols-2 md:grid-cols-3 gap-x-5 md:gap-x-24">
4040
<Feature
4141
icon={<SiNextdotjs size={20} />}
42-
title="Next.js 15 with app router"
43-
description="Leverage the latest Next.js 15 features, including the app router, server actions, and more."
42+
title="Next.js 16 with app router"
43+
description="Leverage the latest Next.js 16 features, including the app router, server actions, and more."
4444
/>
4545
<Feature
4646
icon={<SiTailwindcss size={20} />}

0 commit comments

Comments
 (0)