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

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>