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