Skip to content

Commit 7d9c8a8

Browse files
committed
Fixed Missing Underline on Guidance Section Click
Signed-off-by: vr-varad <varadgupta21@gmail.com>
1 parent 166a07b commit 7d9c8a8

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)