Skip to content

Commit 3a1e6ae

Browse files
author
Vivek Vishal
authored
Merge pull request #6335 from vr-varad/fix/section_underline
Fixed Missing Underline on Guidance Section Click
2 parents 45d20f6 + 9c1e482 commit 3a1e6ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/sections/Projects/Sistent/components/select

src/sections/Projects/Sistent/components/select/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export function SectionNav() {
239239
/>
240240
<TabButton
241241
className={
242-
location.pathname === "/projects/sistent/components/selet/guidance"
242+
location.pathname === "/projects/sistent/components/select/guidance"
243243
? "active"
244244
: ""
245245
}

0 commit comments

Comments
 (0)