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",