dot
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build was killed Details

This commit is contained in:
Sergio Álvarez 2022-01-12 09:37:06 +01:00
parent 4f1f392f72
commit d1e2e657cf
No known key found for this signature in database
GPG Key ID: 622780889DFDBDA5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export default class Footer extends Component {
<small>
Coded by <a href="https://twitter.com/xergio">Sergio Álvarez <BsTwitter /></a>{' '}
<span className="text-muted">¦</span>{' '}
Build <a href="https://sergio.am/code/xrg.es"><tt>{process.env.REACT_APP_GIT_SHA}</tt></a></small>
Build <a href="https://sergio.am/code/xrg.es"><tt>{process.env.REACT_APP_GIT_SHA}</tt></a>.</small>
</footer>
)
}