Skip to content

Commit

Permalink
fix: wrong orientation labels (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhermawan authored Aug 5, 2024
1 parent ecab900 commit ebbcd21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CoreModels/Sources/CoreModels/DalleModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ extension DalleModel {
case ._1024:
return "1024x1024 (Square)"
case ._1024_1792:
return "1024x1792 (Landscape)"
return "1024x1792 (Portrait)"
case ._1792_1024:
return "1792x1024 (Portrait)"
return "1792x1024 (Landscape)"
}
}

Expand Down

0 comments on commit ebbcd21

Please sign in to comment.