Skip to content

Commit

Permalink
fix log path in settings page (#31)
Browse files Browse the repository at this point in the history
* fix log path in settings page

* bump app version
  • Loading branch information
atinylittleshell committed Jan 15, 2024
1 parent 6f6d122 commit 0f56967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/terminal/components/SettingsPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const SettingsPage = () => {
window.TerminalOne?.links.openFile(configContext.logPath);
}}
>
{configContext.configPath}
{configContext.logPath}
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 0f56967

Please sign in to comment.