From 3b82ccb88e9aa07de76c65a9d4113bf54da80434 Mon Sep 17 00:00:00 2001 From: Johan Brook Date: Tue, 19 Sep 2023 09:27:57 +0200 Subject: [PATCH] Change 'Location' for notes code --- functions/post-note.js | 2 +- src/js/github.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/post-note.js b/functions/post-note.js index 936102c2e..625409692 100644 --- a/functions/post-note.js +++ b/functions/post-note.js @@ -55,7 +55,7 @@ const handle = async ({ request, env }) => { const content = `--- date: ${date} -location: On the run +location: My iOS shortcut --- ${body}\n `; diff --git a/src/js/github.ts b/src/js/github.ts index 00114897d..0be511ae9 100644 --- a/src/js/github.ts +++ b/src/js/github.ts @@ -126,7 +126,7 @@ export const mkGitHub = ({ url }: Args): Service => { let content = `--- date: ${date} -location: The web +location: My web interface `; if (draft) {