Skip to content

Commit 02fb9b5

Browse files
authored
Merge pull request #3 from moshfiqrony/start-a-new-project-page
Start a new project page
2 parents a86bf63 + fe3a463 commit 02fb9b5

File tree

3 files changed

+42
-40
lines changed

3 files changed

+42
-40
lines changed

src/components/Layout/TopNav/TopNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ export default function TopNav({
281281
<div className="text-base justify-center items-center gap-1.5 flex 3xl:flex-1 flex-row 3xl:justify-end">
282282
<div className="mx-2.5 gap-1.5 hidden lg:flex">
283283
<NavItem isActive={section === 'learn'} url="/learn">
284-
Learn
284+
শিখুন
285285
</NavItem>
286286
<NavItem
287287
isActive={section === 'reference'}

0 commit comments

Comments
 (0)