Add a bit more touch

This commit is contained in:
Natsu Kagami 2023-07-16 15:28:59 +02:00
parent 5f876ffc25
commit ff47252b75
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -402,10 +402,14 @@ 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">
Built
Original
</a>{' '}
by{' '}
<a
@ -431,19 +435,7 @@ function Settings({ onClose }) {
{__BUILD_TIME__ && (
<p>
<span class="insignificant">Last build:</span>{' '}
<RelativeTime datetime={new Date(__BUILD_TIME__)} />{' '}
{__COMMIT_HASH__ && (
<>
(
<a
href={`https://github.com/cheeaun/phanpy/commit/${__COMMIT_HASH__}`}
target="_blank"
>
<code>{__COMMIT_HASH__}</code>
</a>
)
</>
)}
<RelativeTime datetime={new Date(__BUILD_TIME__)} />
</p>
)}
</section>