mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-24 18:54:21 +00:00
Update index.tsx (#21)
<!-- hint: follow the conventional commits look at CONTRIBUTING.md make sure this repo would take a PR. --> ## delete me Signed-off-by: Neon <neon@saahild.com>
This commit is contained in:
parent
2c22a27a65
commit
66f727e669
1 changed files with 5 additions and 16 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue