Copy updates #38

Merged
nabarun merged 8 commits from zach/copy into main 2024-11-14 09:10:20 +00:00
Showing only changes of commit 84bb594718 - Show all commits

View File

@ -17,6 +17,7 @@ const GitSelectionSection = ({
<div className="grow">Github</div>
<div>{'>'}</div>
</div>
{/*
<div
className="flex gap-4 border-b-2 border-gray-200 cursor-pointer p-1"
onClick={() => {}}
@ -25,6 +26,7 @@ const GitSelectionSection = ({
<div className="grow">Gitea</div>
<div>{'>'}</div>
</div>
*/}
</>
);
};