mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
Fixed description
This commit is contained in:
parent
0d0545dcae
commit
d989942312
@ -114,7 +114,7 @@
|
||||
"maintainer": "Nayam Amarshe <simplelogin-newsletter.j1zez@aleeas.com>",
|
||||
"category": "Graphics;2DGraphics;RasterGraphics;ImageProcessing;",
|
||||
"synopsis": "AI Image Upscaler",
|
||||
"description": "Upscayl is a free and open source AI image upscaler for Linux. It uses the latest AI technology to upscale images to higher resolutions."
|
||||
"description": "Free and Open Source AI Image Upscaler"
|
||||
},
|
||||
"win": {
|
||||
"publish": [
|
||||
|
@ -7,10 +7,10 @@ function Spinner() {
|
||||
// By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL
|
||||
<svg
|
||||
viewBox="0 0 58 58"
|
||||
fill="#fff"
|
||||
stroke="#fff"
|
||||
fill="currentColor"
|
||||
stroke="currentColor"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
className="h-16 w-16 rounded-full bg-base-300 p-2">
|
||||
className="h-16 w-16 rounded-full bg-base-300 p-2 text-base-content">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g transform="translate(2 1)" stroke="currentColor" stroke-width="1.5">
|
||||
<circle
|
||||
|
Loading…
Reference in New Issue
Block a user