From 82fd3650fdc2170dae55fa1c6f07168f8048910f Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Tue, 25 Nov 2025 12:56:07 -0800 Subject: [PATCH] reorder, remove unnecessary paragraph --- src/pages/index.astro | 1 - src/utils/globals.ts | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 0f6934b..1d0eb70 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -32,7 +32,6 @@ const contributions = [ Some topics currently holding my interest: data, analytics, economics, Bitcoin, cryptography, privacy, security, urbanism, skiing … -

Articles will tend towards serious. Other activities are likely more frivolous.

Contributions

diff --git a/src/utils/globals.ts b/src/utils/globals.ts index c5820fb..3236367 100644 --- a/src/utils/globals.ts +++ b/src/utils/globals.ts @@ -6,9 +6,9 @@ export const siteAuthor = { } export const menuItems: {title: string, url: string}[] = [ - { "title": "Podcasts", "url": "/podcasts" }, - { "title": "Articles", "url": "/articles" }, - { "title": "Reviews", "url": "/reviews" } + { "title": "Articles", "url": "/articles" }, + { "title": "Podcasts", "url": "/podcasts" }, + { "title": "Reviews", "url": "/reviews" } ]; export const socials: { [platform: string]: { title: string, url: string, username: string } } = { -- 2.52.0