Skip to content

Commit

Permalink
ui update
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRafia committed Mar 20, 2024
1 parent 1096901 commit 2f4e55c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function App(){
</div>


<p className="text-[#EDF0F4] font-medium text-[14px] leading-[130%] pb-[8px]">Logs</p>
<p className="text-[#EDF0F4] font-medium text-[14px] leading-[130%] pb-[8px]">Log</p>
<p className="text-[#ACB4C0] font-normal text-[14px] leading-[130%] pb-[16px] ">Proxy server debug info</p>
<div className="bg-[#23283D] rounded-[16px] p-[24px] overflow-y-auto flex-1 min-h-[120px] max-h-[320px]">
{outputLog?.length > 0 && outputLog?.map( (value, index) => (
Expand Down

0 comments on commit 2f4e55c

Please sign in to comment.