Skip to content

Commit

Permalink
fix(hasNotch): Add iPhone 13 lineup to list of devices with notch (#1…
Browse files Browse the repository at this point in the history
…307)
  • Loading branch information
WictorWilnd committed Dec 7, 2022
1 parent d1c26bf commit 06cd2de
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/internal/devicesWithNotch.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
import { NotchDevice } from './privateTypes';

const devicesWithNotch: NotchDevice[] = [
{
brand: 'Apple',
model: 'iPhone 13 mini',
},
{
brand: 'Apple',
model: 'iPhone 13',
},
{
brand: 'Apple',
model: 'iPhone 13 Pro',
},
{
brand: 'Apple',
model: 'iPhone 13 Pro Max',
},
{
brand: 'Apple',
model: 'iPhone 12 mini',
Expand Down

0 comments on commit 06cd2de

Please sign in to comment.