Skip to content

Commit e43a874

Browse files
authored
Remove TorchAudio from HUD top menu (#8246)
## Summary torchaudio is currently in maintenance phase, so this removes its entry (`/hud/pytorch/audio/main`) from the HUD top navigation bar. ## Change - Drop the `TorchAudio` `<li>` link from `torchci/components/layout/NavBar.tsx`. No other references to the audio HUD in the nav are affected. Co-authored-by: atalman <atalman@users.noreply.github.com>
1 parent cdec662 commit e43a874

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

torchci/components/layout/NavBar.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,6 @@ function NavBar() {
155155
TorchVision
156156
</Link>
157157
</li>
158-
<li>
159-
<Link prefetch={false} href="/hud/pytorch/audio/main">
160-
TorchAudio
161-
</Link>
162-
</li>
163158
<li>
164159
<Link prefetch={false} href="/hud/pytorch/helion/main">
165160
Helion

0 commit comments

Comments
 (0)