[Desktop] Fix missing git logo in troubleshooting (#2633)

This commit is contained in:
filtered
2025-02-20 02:29:48 +11:00
committed by GitHub
parent 40fa1d37bc
commit dbbe67dfcd

View File

@@ -27,7 +27,7 @@ export const DESKTOP_MAINTENANCE_TASKS: Readonly<MaintenanceTask>[] = [
},
{
id: 'git',
headerImg: '/assets/images/Git-Logo-White.svg',
headerImg: 'assets/images/Git-Logo-White.svg',
execute: () => openUrl('https://git-scm.com/downloads/'),
name: 'Download git',
shortDescription: 'Open the git download page.',