Skip to content

Commit 8f87153

Browse files
authored
Merge pull request #136 from tsmitty11/change-permalink-to-tea
Change to tea
2 parents 37cc5c8 + 42c0937 commit 8f87153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pkgx.dev.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
3434
<Route path='/terms-of-use' element={<TermsOfUse/>} />
3535
<Route path='/pkgs' element={<PackageShowcase />} />
3636
<Route path='/pkgs/*' element={<PackageListing/>} />
37-
<Route path='/tea-protocol' element={<TeaProtocol />} />
37+
<Route path='/tea' element={<TeaProtocol />} />
3838
</Routes>
3939
<Footer/>
4040
</Stack>

0 commit comments

Comments
 (0)