Update home.tsx

This commit is contained in:
plebeius.eth
2024-04-29 11:12:54 +02:00
parent 72f15c3566
commit 2e52b4eaa3
+1 -1
View File
@@ -210,7 +210,7 @@ const Footer = () => {
)} )}
{commitRef && ( {commitRef && (
<a href={`https://github.com/plebbit/plebchan/commit/${commitRef}`} target='_blank' rel='noopener noreferrer'> <a href={`https://github.com/plebbit/plebchan/commit/${commitRef}`} target='_blank' rel='noopener noreferrer'>
{commitRef.slice(0, 7)} #{commitRef.slice(0, 7)}
</a> </a>
)} )}
</div> </div>