Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Nov 10, 2023
1 parent f63bbfc commit e17b9db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 5 additions & 1 deletion docs/pages/blog/next-intl-3-0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PartnerContentLink from 'components/PartnerContentLink';

# next-intl 3.0

<small>Nov 9, 2023 · by Jan Amann</small>
<small>Nov 10, 2023 · by Jan Amann</small>

More than a year ago, on Oct 25, 2022, [Next.js 13 was announced](https://nextjs.org/blog/next-13) with beta support for the App Router and Server Components. Ever since then, `next-intl` began an exploration on what it means to provide an ideal experience for implementing i18n with the newly added capabilities.

Expand Down Expand Up @@ -138,3 +138,7 @@ I had the pleasure to get in touch with so many of you along the way and I'm inc
A special thank you goes to <PartnerContentLink href="https://crowdin.com/">Crowdin</PartnerContentLink>, being the primary sponsor for `next-intl` and enabling me to regularly dedicate time for this project.

—Jan

---

(this post has been updated from an initial announcement for the 3.0 release candidate)
8 changes: 3 additions & 5 deletions docs/theme.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Footer from 'components/Footer';
import PartnerSidebar from 'components/PartnerSidebar';
import Link from 'next/link';
import {useRouter} from 'next/router';
import {Navbar, ThemeSwitch} from 'nextra-theme-docs';

Expand Down Expand Up @@ -83,12 +84,9 @@ export default {
text: (
<>
next-intl 3.0 is out! (
<a
className="underline"
href="https://next-intl-docs.vercel.app/blog/next-intl-3-0"
>
<Link className="underline" href="/blog/next-intl-3-0">
announcement
</a>
</Link>
)
</>
)
Expand Down

0 comments on commit e17b9db

Please sign in to comment.