Skip to content

Commit

Permalink
center x symbole thtauhid#23
Browse files Browse the repository at this point in the history
  • Loading branch information
kirontoo committed Oct 6, 2023
1 parent f13af56 commit c5f7cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WindowTitleBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const WindowTitleBar = (props: { customUserName: string }) => {
<div className="flex flex-row bg-stone-600 w-screen px-2 text-stone-700 gap-4 py-1 items-center">
<span className="flex flex-row gap-2">
<div className="outline outline-1 outline-stone-700 rounded-full flex justify-center items-center bg-orange-700 h-5 w-5">
&#120;
&times;
</div>
<div className="outline outline-1 outline-stone-700 rounded-full flex justify-center items-center bg-neutral-500 h-5 w-5">
&#45;
Expand Down

0 comments on commit c5f7cac

Please sign in to comment.