Skip to content

Commit 317bf40

Browse files
committed
fix(sidebar): consistent casing
1 parent 9628030 commit 317bf40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/app/layout/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const SidebarApp: React.FC = () => {
2121
return css(LINK_CLASS, isActive ? ACTIVE_LINK_CLASS : "");
2222
}}
2323
>
24-
Trust root
24+
Trust Root
2525
</NavLink>
2626
<NavLink
2727
to={Paths.artifacts}

0 commit comments

Comments
 (0)