Skip to content

Commit

Permalink
docs(core): update livestream links again
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann authored and juristr committed Oct 7, 2024
1 parent 0fad4a0 commit c3f57ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nx-dev/ui-common/src/lib/live-stream-notifier.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function LiveStreamNotifier(): ReactElement {
<div className="flex flex-wrap items-center gap-1 sm:gap-4">
<a
title="Watch track 1"
href="https://bit.ly/4dwJVuB"
href="http://go.nx.dev/MWTrack1"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center justify-center gap-2 rounded-lg bg-[#DDFB24] px-2 py-2 text-sm font-semibold text-black transition hover:bg-[#B2CF04] focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-500 active:text-black/70 md:px-4"
Expand All @@ -82,7 +82,7 @@ export function LiveStreamNotifier(): ReactElement {
<span>Track 1</span>
</a>
<a
href="https://bit.ly/4ey3GmO"
href="http://go.nx.dev/MWTrack2"
target="_blank"
title="Watch track 2"
rel="noopener noreferrer"
Expand Down

0 comments on commit c3f57ba

Please sign in to comment.