mirror of
https://github.com/upscayl/upscayl.git
synced 2025-01-31 12:13:43 +01:00
Merge pull request #274 from AyliasTheCoder/main
Added version number to the footer
This commit is contained in:
commit
eef52b14a6
@ -8,23 +8,27 @@ function Footer() {
|
|||||||
<a
|
<a
|
||||||
className="font-bold"
|
className="font-bold"
|
||||||
href="https://github.com/upscayl/upscayl"
|
href="https://github.com/upscayl/upscayl"
|
||||||
target="_blank">
|
target="_blank"
|
||||||
|
>
|
||||||
Upscayl
|
Upscayl
|
||||||
</a>
|
</a>{" "}
|
||||||
|
(v<span className="font-bold">{navigator?.userAgent?.match(/Upscayl\/([\d\.]+\d+)/)[1]}</span>)
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
By{" "}
|
By{" "}
|
||||||
<a
|
<a
|
||||||
href="https://github.com/TGS963"
|
href="https://github.com/TGS963"
|
||||||
className="font-bold"
|
className="font-bold"
|
||||||
target="_blank">
|
target="_blank"
|
||||||
|
>
|
||||||
TGS963
|
TGS963
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
and{" "}
|
and{" "}
|
||||||
<a
|
<a
|
||||||
href="https://github.com/NayamAmarshe"
|
href="https://github.com/NayamAmarshe"
|
||||||
className="font-bold"
|
className="font-bold"
|
||||||
target="_blank">
|
target="_blank"
|
||||||
|
>
|
||||||
Nayam Amarshe
|
Nayam Amarshe
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user