From 4f4928b5d7c39f9a9cd36d8095d652c6881f5766 Mon Sep 17 00:00:00 2001 From: b5 Date: Wed, 14 Feb 2024 16:04:42 -0500 Subject: [PATCH 1/2] bigger type --- src/components/BlogPostLayout.jsx | 13 ++++++------- src/components/GithubStars.jsx | 2 +- src/components/Header.jsx | 3 ++- src/components/Navigation.jsx | 1 + typography.js | 5 +++-- 5 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/components/BlogPostLayout.jsx b/src/components/BlogPostLayout.jsx index e514895a..437c895d 100644 --- a/src/components/BlogPostLayout.jsx +++ b/src/components/BlogPostLayout.jsx @@ -47,13 +47,12 @@ export function BlogPostLayout({ article, references = [], children }) {

{article.title}

- - by {article.author} + + + {' '}by {article.author} + {children} diff --git a/src/components/GithubStars.jsx b/src/components/GithubStars.jsx index 415f1cf0..e04add46 100644 --- a/src/components/GithubStars.jsx +++ b/src/components/GithubStars.jsx @@ -6,7 +6,7 @@ export default function GithubStars(props) { return ( - 1.4k + 1.5k ) } \ No newline at end of file diff --git a/src/components/Header.jsx b/src/components/Header.jsx index dc3feca3..d12c7d94 100644 --- a/src/components/Header.jsx +++ b/src/components/Header.jsx @@ -17,6 +17,7 @@ import {ThemeToggle} from '@/components/ThemeToggle'; import GithubStars from './GithubStars'; export const navItems = [ + {content: 'Blog', href: '/blog'}, {content: 'Docs', href: '/docs'}, {content: 'YouTube', href: 'https://www.youtube.com/@n0computer'}, ]; @@ -26,7 +27,7 @@ export function TopLevelNavItem({href, children}) {
  • {children} diff --git a/src/components/Navigation.jsx b/src/components/Navigation.jsx index 2ab11e37..8d9f81a5 100644 --- a/src/components/Navigation.jsx +++ b/src/components/Navigation.jsx @@ -221,6 +221,7 @@ export function Navigation(props) { return (