comment out connect account tab model for now

This commit is contained in:
Vivian Phung 2024-02-26 20:21:12 -05:00
parent 192fd2d26c
commit c4f6694ea5
No known key found for this signature in database

View File

@ -65,6 +65,8 @@ const ConnectAccount: React.FC<ConnectAccountInterface> = ({
</OauthPopup> </OauthPopup>
<Button>Connect to Gitea</Button> <Button>Connect to Gitea</Button>
</div> </div>
{/* TODO: Add ConnectAccountTabPanel */}
{/* <div className="rounded-l shadow p-2 flex-col justify-start items-start gap-2 inline-flex"> {/* <div className="rounded-l shadow p-2 flex-col justify-start items-start gap-2 inline-flex">
<ConnectAccountTabPanel /> <ConnectAccountTabPanel />
</div> */} </div> */}