Skip to content

Commit

Permalink
✨ Change back to /thumb for uploaded preview.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsonwheels committed May 8, 2021
1 parent b2307d6 commit c5e61a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct UploadedFilesCover: View {
ForEach(self.uploadedFiles, id: \.self) { uploadedFile in
Link(destination: api.get_root_embed(id: uploadedFile.id)) {
HStack(alignment: .center) {
KFImage(api.get_root_img(id: uploadedFile.id))
KFImage(api.get_root_thumb(id: uploadedFile.id))
.requestModifier(dataCentralObservable.userRequestModifier)
.resizable()
.cancelOnDisappear(true)
Expand Down

0 comments on commit c5e61a3

Please sign in to comment.