Skip to content

Commit 66f727e

Browse files
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 <[email protected]>
1 parent 2c22a27 commit 66f727e

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

src/components/footer/index.tsx

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default function Footer() {
133133
className="badge mauve p-2 md:visible invisible"
134134
style={{ background: "var(--surface1)" }}
135135
>
136-
<FaCodeCommit style={{ marginRight: "5px" }} />{" "}
136+
{" "}
137137
{process.env.REACT_APP_BUILD_SHA}
138138
</div>
139139
</a>
@@ -147,7 +147,7 @@ export default function Footer() {
147147
className="badge mauve p-2 md:visible invisible"
148148
style={{ background: "var(--surface1)" }}
149149
>
150-
<FaRocket style={{ marginRight: "5px" }} />{" "}
150+
151151
{process.env.REACT_APP_BUILD_ID}
152152
</div>
153153
</a>
@@ -159,12 +159,7 @@ export default function Footer() {
159159
target="_blank"
160160
className="inline-flex"
161161
>
162-
<SiReplit
163-
className="inline-flex hover:scale-125 duration-500 linear"
164-
height="16"
165-
width="16"
166-
fill="var(--maroon)"
167-
/>
162+
168163
</a>
169164
<a
170165
href="https://bento.me/saahil"
@@ -173,19 +168,13 @@ export default function Footer() {
173168
></a>
174169
{lanyardData ? (
175170
<a href="https://discord.com/users/566766267046821888">
176-
<SiDiscord
177-
fill={
178-
lanyardData.kv.is_disabled
179-
? "var(--mauve)"
180-
: getFillColor(lanyardData.discord_status)
181-
}
182-
/>
171+
<p>m</p>
183172
</a>
184173
) : null}
185174
</div>
186175
{window.location.hostname.includes(".onion") ? (
187176
<a href="http://saahild.com/">
188-
<LuGlobe stroke="var(--mauve)" />
177+
<p>globe</p>
189178
</a>
190179
) : (
191180
<a href="https://ohdhie7qka42mvxcl2lb5bcxw6jumwn6lbqdmpli3xxhktvyqg2gtryd.onion/"></a>

0 commit comments

Comments
 (0)