We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06684c3 commit 1f8e98cCopy full SHA for 1f8e98c
1 file changed
src/routes/_libraries/route.tsx
@@ -11,6 +11,7 @@ import {
11
FaGithub,
12
FaInstagram,
13
FaLock,
14
+ FaPaintRoller,
15
FaSignInAlt,
16
FaTshirt,
17
FaUser,
@@ -266,6 +267,11 @@ export function LibrariesLayout({ children }: { children: React.ReactNode }) {
266
267
icon: <BiSolidCheckShield />,
268
to: '/ethos',
269
},
270
+ {
271
+ label: 'Brand Guide',
272
+ icon: <FaPaintRoller />,
273
+ to: '/brand-guide',
274
+ },
275
].map((item, i) => {
276
return (
277
<Link
0 commit comments