From 2f4e55c28de5e8bede7ca1c242ae433267db5786 Mon Sep 17 00:00:00 2001 From: reza rafia Date: Wed, 20 Mar 2024 13:22:17 +0330 Subject: [PATCH] ui update --- .github/workflows/release.yml | 2 +- src/App.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da980ae..e0e7072 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest, macos-latest] steps: - name: Checkout diff --git a/src/App.tsx b/src/App.tsx index 0469a60..d563391 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -103,7 +103,7 @@ export default function App(){ -

Logs

+

Log

Proxy server debug info

{outputLog?.length > 0 && outputLog?.map( (value, index) => (