Skip to content

Commit 8718792

Browse files
authored
Merge pull request creativetimofficial#846 from teamupdivision/feature/new-resource
feat: new resource
2 parents dd8d974 + 8ef09d6 commit 8718792

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

widgets/layout/navbar.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ export function DocsNavbar({ slug, setMobileNav }: DocsNavbar) {
135135
<Link href="/figma" className=" focus:!outline-none">
136136
<MenuItem>Figma</MenuItem>
137137
</Link>
138+
<Link href="/partners/pubnub" className=" focus:!outline-none">
139+
<MenuItem>Material Tailwind Products</MenuItem>
140+
</Link>
138141
</MenuList>
139142
</Menu>
140143
</List>

0 commit comments

Comments
 (0)