We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37cc5c8 + 42c0937 commit 8f87153Copy full SHA for 8f87153
src/pkgx.dev.tsx
@@ -34,7 +34,7 @@ ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
34
<Route path='/terms-of-use' element={<TermsOfUse/>} />
35
<Route path='/pkgs' element={<PackageShowcase />} />
36
<Route path='/pkgs/*' element={<PackageListing/>} />
37
- <Route path='/tea-protocol' element={<TeaProtocol />} />
+ <Route path='/tea' element={<TeaProtocol />} />
38
</Routes>
39
<Footer/>
40
</Stack>
0 commit comments