Skip to content

Commit

Permalink
docs(nxdev): update nxconf dates (nrwl#11255)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed Jul 22, 2022
1 parent 8e6a66c commit dc6c531
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nx-dev/nx-dev/pages/conf.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ export function ConfPage(): ReactComponentElement<any> {
return (
<>
<NextSeo
title="Nx Conf 2022 - October 18th, 2022"
title="Nx Conf 2022 - October 17th, 2022"
description="Nx Conf is a conference featuring members of the Nx team and the community. Join us as we share our ideas and expertise about monorepos and making development faster, more scalable, and more collaborative."
openGraph={{
url: 'https://nx.dev' + router.asPath,
title: 'Nx Conf 2022 - October 18th, 2022',
title: 'Nx Conf 2022 - October 17th, 2022',
description:
'Nx Conf is a conference featuring members of the Nx team and the community. Join us as we share our ideas and expertise about monorepos and making development faster, more scalable, and more collaborative.',
images: [
{
url: 'https://nx.dev/images/nx-conf-2022-media.jpg',
width: 1000,
height: 500,
alt: 'Nx Conf 2022 - October 18th, 2022',
alt: 'Nx Conf 2022 - October 17th, 2022',
type: 'image/jpeg',
},
],
Expand Down Expand Up @@ -167,7 +167,7 @@ export function ConfPage(): ReactComponentElement<any> {
<h2 className="my-6">
<div className="font-input-mono bg-blue-nx-dark mb-4 inline-block rounded-md py-4 px-6 text-xl font-extrabold leading-none tracking-tight sm:text-2xl lg:text-2xl">
<span className="sr-only">Announcing Nx Conf on </span>{' '}
October 18, 2022
October 17, 2022
</div>
</h2>
<h3 className="mb-6">
Expand All @@ -180,7 +180,7 @@ export function ConfPage(): ReactComponentElement<any> {
and more collaborative.
</p>
<p className="mb-6 sm:text-lg">
Workshops will be available on Oct. 17, 19.
Workshops will be available on Oct. 16, 18.
</p>
{/*<div className="mt-16 flex">
<a
Expand Down
Binary file modified nx-dev/nx-dev/public/images/nx-conf-2022-media.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc6c531

Please sign in to comment.