1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-01-31 04:03:51 +01:00

Merge pull request #274 from AyliasTheCoder/main

Added version number to the footer
This commit is contained in:
NayamAmarshe 2023-04-15 11:44:08 +05:30 committed by GitHub
commit eef52b14a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,23 +8,27 @@ function Footer() {
<a
className="font-bold"
href="https://github.com/upscayl/upscayl"
target="_blank">
target="_blank"
>
Upscayl
</a>
</a>{" "}
(v<span className="font-bold">{navigator?.userAgent?.match(/Upscayl\/([\d\.]+\d+)/)[1]}</span>)
</p>
<p>
By{" "}
<a
href="https://github.com/TGS963"
className="font-bold"
target="_blank">
target="_blank"
>
TGS963
</a>{" "}
and{" "}
<a
href="https://github.com/NayamAmarshe"
className="font-bold"
target="_blank">
target="_blank"
>
Nayam Amarshe
</a>
</p>