Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/web/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const navigation = [
{
title: "Features",
links: [
{ name: "Dashboard", href: ROUTES.HOME},
{ name: "Dashboard", href: ROUTES.HOME },
{ name: "Singleplayer", href: ROUTES.SINGLEPLAYER },
{ name: "Multiplayer", href: ROUTES.MULTIPLAYER },
],
Expand Down Expand Up @@ -44,7 +44,7 @@ export function Footer() {
<Link href="/" className="scale-50 -ml-[52px] md:ml-0 md:scale-100">
<Image
src={resolvedTheme === "dark" ? "/logo.svg" : "/logo-dark.svg"}
alt="IntelliQ"
alt="IntelliQ Logo"
width={100}
height={100}
/>
Expand Down
8 changes: 2 additions & 6 deletions apps/web/src/components/social-links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ export function SocialLinks() {
return (
<ul className="flex space-x-4 items-center md:ml-5">
<li>
<a
target="_blank"
rel="noreferrer"
href="https://twitter.com/ARCTeamGroup"
>
<a target="_blank" rel="noreferrer" href="https://x.com/intelliqdotdev">
<span className="sr-only">Twitter</span>
<FaXTwitter size={22} className="fill-[#878787]" />
</a>
Expand Down Expand Up @@ -39,7 +35,7 @@ export function SocialLinks() {
<a
target="_blank"
rel="noreferrer"
href="https://www.tiktok.com/@arcteamgroup"
href="https://www.tiktok.com/@intelliqdotdev"
>
<span className="sr-only">TikTok</span>
<FaTiktok size={22} className="fill-[#878787]" />
Expand Down
Binary file modified bun.lockb
Binary file not shown.