fix: spelling error

This commit is contained in:
Saahil dutta 2024-08-08 00:36:25 -04:00
parent 7617344715
commit c47c6d4259
Signed by: neon
GPG key ID: 8A8B64515254CFC6

View file

@ -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'>