From 0f56967196dab17e666d689e7e2f5c0d20633726 Mon Sep 17 00:00:00 2001 From: atinylittleshell <3233006+atinylittleshell@users.noreply.github.com> Date: Mon, 15 Jan 2024 13:37:51 -0800 Subject: [PATCH] fix log path in settings page (#31) * fix log path in settings page * bump app version --- apps/terminal/components/SettingsPage/index.tsx | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/terminal/components/SettingsPage/index.tsx b/apps/terminal/components/SettingsPage/index.tsx index 3bcc290..fe0b6c8 100644 --- a/apps/terminal/components/SettingsPage/index.tsx +++ b/apps/terminal/components/SettingsPage/index.tsx @@ -50,7 +50,7 @@ const SettingsPage = () => { window.TerminalOne?.links.openFile(configContext.logPath); }} > - {configContext.configPath} + {configContext.logPath} diff --git a/package.json b/package.json index f63bc89..fb0409a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@terminalone/monorepo", "productName": "Terminal One", - "version": "1.3.0", + "version": "1.3.1", "description": "A fast, elegant and intelligent cross-platform terminal.", "author": "atinylittleshell ", "license": "MIT",