oops
This commit is contained in:
parent
7d1ab6cb0a
commit
c9750fdc5f
1 changed files with 10 additions and 2 deletions
|
@ -15,11 +15,19 @@ export default function Layout({ children }) {
|
||||||
|
|
||||||
<footer style={{ textAlign: "center" }}>
|
<footer style={{ textAlign: "center" }}>
|
||||||
<small>
|
<small>
|
||||||
<a href="https://github.com/iptq/wisesplit/" target="_blank">
|
<a
|
||||||
|
href="https://github.com/iptq/wisesplit/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
>
|
||||||
[source]
|
[source]
|
||||||
</a>
|
</a>
|
||||||
·
|
·
|
||||||
<a href="https://www.gnu.org/licenses/agpl-3.0.txt" target="_blank">
|
<a
|
||||||
|
href="https://www.gnu.org/licenses/agpl-3.0.txt"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
>
|
||||||
[license]
|
[license]
|
||||||
</a>
|
</a>
|
||||||
·
|
·
|
||||||
|
|
Loading…
Reference in a new issue