docs(nxdev): add link to livestream
This commit is contained in:
parent
e7ebab881a
commit
a28be461f1
@ -106,7 +106,7 @@ export default function ConfPage(): JSX.Element {
|
||||
<p className="mb-6 sm:text-lg">
|
||||
Workshops will be available on Oct. 16, 18.
|
||||
</p>
|
||||
<a
|
||||
{/* <a
|
||||
className="font-input-mono group flex w-full items-center text-blue-500 dark:text-sky-500 sm:text-xl"
|
||||
href="https://ti.to/nx-conf/nx-conf-2022?utm_source=nxdev"
|
||||
>
|
||||
@ -125,6 +125,26 @@ export default function ConfPage(): JSX.Element {
|
||||
d="M13 7l5 5m0 0l-5 5m5-5H6"
|
||||
/>
|
||||
</svg>
|
||||
</a> */}
|
||||
<a
|
||||
className="font-input-mono group flex w-full items-center text-blue-500 dark:text-sky-500 sm:text-xl"
|
||||
href="https://www.youtube.com/watch?v=-g3NABhePJg"
|
||||
>
|
||||
<span className="group-hover:underline">Watch live now</span>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
className="ml-1 h-8 w-8 transform-gpu transition duration-200 ease-out group-hover:translate-x-2 "
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke="currentColor"
|
||||
>
|
||||
<path
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
strokeWidth={2}
|
||||
d="M13 7l5 5m0 0l-5 5m5-5H6"
|
||||
/>
|
||||
</svg>
|
||||
</a>
|
||||
{/*<div className="mt-16 flex">
|
||||
<a
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user