mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
Added version number to the footer
Added the version number to the footer to address issue #228
This commit is contained in:
parent
29ad1225fe
commit
bb70b84870
@ -1,4 +1,5 @@
|
||||
import React from "react";
|
||||
import packageJSON from "../../package.json";
|
||||
|
||||
function Footer() {
|
||||
return (
|
||||
@ -8,23 +9,29 @@ function Footer() {
|
||||
<a
|
||||
className="font-bold"
|
||||
href="https://github.com/upscayl/upscayl"
|
||||
target="_blank">
|
||||
target="_blank"
|
||||
>
|
||||
Upscayl
|
||||
</a>
|
||||
</p>
|
||||
<span>
|
||||
(version <span className="font-bold">{packageJSON.version}</span>)
|
||||
</span>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user