mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-14 18:57:41 +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>",
|
"maintainer": "Nayam Amarshe <simplelogin-newsletter.j1zez@aleeas.com>",
|
||||||
"category": "Graphics;2DGraphics;RasterGraphics;ImageProcessing;",
|
"category": "Graphics;2DGraphics;RasterGraphics;ImageProcessing;",
|
||||||
"synopsis": "AI Image Upscaler",
|
"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": {
|
"win": {
|
||||||
"publish": [
|
"publish": [
|
||||||
|
@ -7,10 +7,10 @@ function Spinner() {
|
|||||||
// By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL
|
// By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL
|
||||||
<svg
|
<svg
|
||||||
viewBox="0 0 58 58"
|
viewBox="0 0 58 58"
|
||||||
fill="#fff"
|
fill="currentColor"
|
||||||
stroke="#fff"
|
stroke="currentColor"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
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 fill="none" fill-rule="evenodd">
|
||||||
<g transform="translate(2 1)" stroke="currentColor" stroke-width="1.5">
|
<g transform="translate(2 1)" stroke="currentColor" stroke-width="1.5">
|
||||||
<circle
|
<circle
|
||||||
|
Loading…
Reference in New Issue
Block a user