Skip to content

Commit f4fc3fb

Browse files
author
VishwaiOSDev
committed
fix: updated images and documentation
1 parent b3d39c9 commit f4fc3fb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Loadify/View/URLView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ struct URLView: View {
8686
}
8787

8888
struct VideoURLView_Previews: PreviewProvider {
89+
8990
static var previews: some View {
9091
Group {
9192
URLView(viewModel: URLViewModel())
@@ -94,7 +95,6 @@ struct VideoURLView_Previews: PreviewProvider {
9495
URLView(viewModel: URLViewModel())
9596
.previewDevice("iPhone SE (3rd generation)")
9697
.previewDisplayName("iPhone SE")
97-
}
98-
.preferredColorScheme(.dark)
98+
}.preferredColorScheme(.dark)
9999
}
100100
}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Loadify](https://images.loadify.app/GitHub/loadify-cover.png)
1+
![Loadify](https://images.madrasvalley.com/loadify-cover.png)
22

33
# Loadify
44

@@ -29,8 +29,8 @@ Three download modes available:
2929
## Screenshots
3030

3131
<div style="flex-direction: row">
32-
<img src="https://images.loadify.app/GitHub/loadify-url-screen.png" height="811" width="375">
33-
<img src="https://images.loadify.app/GitHub/loadify-download-screen.png" height="811" width="375">
32+
<img src="https://images.madrasvalley.com/loadify-url-screen.png" height="811" width="375">
33+
<img src="https://images.madrasvalley.com/loadify-download-screen.png" height="811" width="375">
3434
</div>
3535

3636
## Setup

0 commit comments

Comments
 (0)