Update index.tsx

Signed-off-by: Neon <neon@saahild.com>
This commit is contained in:
Saahil dutta 2025-06-17 20:27:26 -04:00 committed by GitHub
parent 2c22a27a65
commit 06aea9fd98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -133,7 +133,7 @@ export default function Footer() {
className="badge mauve p-2 md:visible invisible" className="badge mauve p-2 md:visible invisible"
style={{ background: "var(--surface1)" }} style={{ background: "var(--surface1)" }}
> >
<FaCodeCommit style={{ marginRight: "5px" }} />{" "} {" "}
{process.env.REACT_APP_BUILD_SHA} {process.env.REACT_APP_BUILD_SHA}
</div> </div>
</a> </a>
@ -147,7 +147,7 @@ export default function Footer() {
className="badge mauve p-2 md:visible invisible" className="badge mauve p-2 md:visible invisible"
style={{ background: "var(--surface1)" }} style={{ background: "var(--surface1)" }}
> >
<FaRocket style={{ marginRight: "5px" }} />{" "}
{process.env.REACT_APP_BUILD_ID} {process.env.REACT_APP_BUILD_ID}
</div> </div>
</a> </a>
@ -159,12 +159,7 @@ export default function Footer() {
target="_blank" target="_blank"
className="inline-flex" className="inline-flex"
> >
<SiReplit
className="inline-flex hover:scale-125 duration-500 linear"
height="16"
width="16"
fill="var(--maroon)"
/>
</a> </a>
<a <a
href="https://bento.me/saahil" href="https://bento.me/saahil"
@ -173,19 +168,13 @@ export default function Footer() {
></a> ></a>
{lanyardData ? ( {lanyardData ? (
<a href="https://discord.com/users/566766267046821888"> <a href="https://discord.com/users/566766267046821888">
<SiDiscord <p>m</p>
fill={
lanyardData.kv.is_disabled
? "var(--mauve)"
: getFillColor(lanyardData.discord_status)
}
/>
</a> </a>
) : null} ) : null}
</div> </div>
{window.location.hostname.includes(".onion") ? ( {window.location.hostname.includes(".onion") ? (
<a href="http://saahild.com/"> <a href="http://saahild.com/">
<LuGlobe stroke="var(--mauve)" /> <p>globe</p>
</a> </a>
) : ( ) : (
<a href="https://ohdhie7qka42mvxcl2lb5bcxw6jumwn6lbqdmpli3xxhktvyqg2gtryd.onion/"></a> <a href="https://ohdhie7qka42mvxcl2lb5bcxw6jumwn6lbqdmpli3xxhktvyqg2gtryd.onion/"></a>