Skip to content

Commit 6433658

Browse files
committed
fix: move portal blog entry to right side for consistency
All other sites have blog on the right side of navbar, portal should match this pattern.
1 parent 8de7039 commit 6433658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal/navbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default [
99
{
1010
to: '/blog',
1111
label: 'Blog',
12-
position: 'left' as const,
12+
position: 'right' as const,
1313
},
1414
{
1515
to: '/manage',

0 commit comments

Comments
 (0)