Skip to content

Commit 1f8e98c

Browse files
committed
brand guide link
1 parent 06684c3 commit 1f8e98c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/routes/_libraries/route.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
FaGithub,
1212
FaInstagram,
1313
FaLock,
14+
FaPaintRoller,
1415
FaSignInAlt,
1516
FaTshirt,
1617
FaUser,
@@ -266,6 +267,11 @@ export function LibrariesLayout({ children }: { children: React.ReactNode }) {
266267
icon: <BiSolidCheckShield />,
267268
to: '/ethos',
268269
},
270+
{
271+
label: 'Brand Guide',
272+
icon: <FaPaintRoller />,
273+
to: '/brand-guide',
274+
},
269275
].map((item, i) => {
270276
return (
271277
<Link

0 commit comments

Comments
 (0)