This commit is contained in:
simos
2025-07-13 05:11:18 +00:00
parent a5ddef58df
commit e72be46733

View File

@@ -1165,11 +1165,16 @@ function GitPanel({ selectedProject, isMobile }) {
<Check className="w-4 h-4" />
<span>Commit</span>
</>
) : (
) : confirmAction.type === 'pull' ? (
<>
<Download className="w-4 h-4" />
<span>Pull</span>
</>
) : (
<>
<Upload className="w-4 h-4" />
<span>Push</span>
</>
)}
</button>
</div>