Add a bit more touch
This commit is contained in:
parent
d25ab5b38f
commit
2f3adec3ea
|
@ -603,14 +603,18 @@ function Settings({ onClose }) {
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
@phanpy
|
@phanpy
|
||||||
</a>
|
</a> (
|
||||||
|
<a href="https://git.dtth.ch/nki/phanpy" target="_blank">
|
||||||
|
DTTH Fork
|
||||||
|
</a>
|
||||||
|
)
|
||||||
<br />
|
<br />
|
||||||
<a
|
<a
|
||||||
href="https://github.com/cheeaun/phanpy"
|
href="https://github.com/cheeaun/phanpy"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
Built
|
Original
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
by{' '}
|
by{' '}
|
||||||
<a
|
<a
|
||||||
|
@ -685,7 +689,7 @@ function Settings({ onClose }) {
|
||||||
<span class="ib insignificant">
|
<span class="ib insignificant">
|
||||||
(
|
(
|
||||||
<a
|
<a
|
||||||
href={`https://github.com/cheeaun/phanpy/commit/${__COMMIT_HASH__}`}
|
href={`https://git.dtth.ch/nki/phanpy/commit/${__COMMIT_HASH__}`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue