Skip to content

Commit

Permalink
Merge pull request #1071 from jeffbowen/macbook-typo
Browse files Browse the repository at this point in the history
Fix MacBook capitalization in deviceList.ts
  • Loading branch information
manojVivek committed Sep 11, 2023
2 parents 02823ad + ff4735d commit 6d03955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop-app/src/common/deviceList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export const defaultDevices: Device[] = [
},
{
id: '10015',
name: 'Macbook Pro',
name: 'MacBook Pro',
width: 1440,
height: 900,
dpi: 2,
Expand Down

0 comments on commit 6d03955

Please sign in to comment.