Skip to content

Commit f6d4761

Browse files
🐛 fix: restore books build
1 parent 0ac851a commit f6d4761

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

content/books/sample-book.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ image: "https://m.media-amazon.com/images/I/41xShlnTZTL._SX374_BO1,204,203,200_.
66
authorEmail: "unclebob@example.com"
77
authorLink: "https://blog.cleancoder.com/"
88
---
9+
10+
Recommended software craftsmanship reading.

src/components/Common/Navbar/Navbar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const linkKeys = [
2727
const desktopNavWidthByKey: Record<(typeof linkKeys)[number]["key"], string> = {
2828
home: "w-[7rem]",
2929
profiles: "w-[6rem]",
30+
books: "w-[5.5rem]",
3031
editor: "w-[5.5rem]",
3132
howTo: "w-[5.25rem]",
3233
blog: "w-[4.5rem]",

0 commit comments

Comments
 (0)