1
0
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:
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 <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>