mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-09 23:39:40 +00:00
fix: spelling error
This commit is contained in:
parent
7617344715
commit
c47c6d4259
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ export default function Footer () {
|
|||
<nav className='grid-flow-col gap-4 md:place-self-center md:justify-self-end flex'>
|
||||
<a href={`//${window.location.hostname}/creds/public.pgp.txt`}><div className="badge mauve p-2" style={{ background: "var(--surface1)" }}><FaKey style={{marginRight: "5px"}}/>{" "}{fingerprint}</div></a>
|
||||
<a href={'https://github.com/NeonGamerBot-QK/saahild.com/commit/'+process.env.REACT_APP_BUILD_SHA}><div className="badge mauve p-2" style={{ background: "var(--surface1)" }}><FaCodeCommit style={{marginRight: "5px"}}/>{" "}{process.env.REACT_APP_BUILD_SHA}</div></a>
|
||||
<a href={'https://github.com/NeonGamerBot-QK/saahild.com/actions/run/'+process.env.REACT_APP_BUILD_ID}><div className="badge mauve p-2" style={{ background: "var(--surface1)" }}><FaRocket style={{marginRight: "5px"}}/>{" "}{process.env.REACT_APP_BUILD_ID}</div></a>
|
||||
<a href={'https://github.com/NeonGamerBot-QK/saahild.com/actions/runs/'+process.env.REACT_APP_BUILD_ID}><div className="badge mauve p-2" style={{ background: "var(--surface1)" }}><FaRocket style={{marginRight: "5px"}}/>{" "}{process.env.REACT_APP_BUILD_ID}</div></a>
|
||||
<a href='https://github.com/NeonGamerBot-QK' target='_blank'><Icon icon={git} /></a>
|
||||
<a href='https://www.npmjs.com/~neongamerbot' target='_blank'><Icon icon={npm} /></a>
|
||||
<div className='inline-flex gap-2 bottom mt-1'>
|
||||
|
|
Loading…
Reference in a new issue