Skip to content

Commit

Permalink
Frontend footer tweaks (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence authored Mar 1, 2024
1 parent aae6660 commit cf21be4
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions apps/webapp/src/components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,26 @@ export const Footer = () => {
return (
<div className='my-4 flex justify-center'>
<div className='flex flex-col text-center text-stone-700'>
<div className='font-bold'>Frontend app version</div>
<div className='font-bold'>This software runs entirely on your device.</div>
<div>
<a
className='underline'
href='https://www.coincenter.org/electronic-cash-decentralized-exchange-and-the-constitution/'
>
Learn more
</a>
about your rights.
</div>
<div>
Version&nbsp;
<a
target='_blank'
className='underline'
href={`${__GIT_ORIGIN_URL__}/commits/${__COMMIT_HASH__}`}
rel='noreferrer'
>
{shortenedCommitHash}
</a>{' '}
</a>
- {formattedDate}
</div>
</div>
Expand Down

0 comments on commit cf21be4

Please sign in to comment.