Skip to content

Commit 857f804

Browse files
authored
New social icons (#4305)
* New social icons * Update GitHub links
1 parent 0e248a7 commit 857f804

File tree

5 files changed

+50
-15
lines changed

5 files changed

+50
-15
lines changed

apps/web-roo-code/src/app/privacy/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function Privacy() {
2222
marketing website. For details on how your data is handled within the Roo Code extension itself,
2323
please refer to our separate{" "}
2424
<a
25-
href="https://github.com/RooVetGit/Roo-Code/blob/main/PRIVACY.md"
25+
href="https://github.com/RooCodeInc/Roo-Code/blob/main/PRIVACY.md"
2626
target="_blank"
2727
rel="noopener noreferrer"
2828
className="text-primary hover:underline">
@@ -161,7 +161,7 @@ export default function Privacy() {
161161
By using the Roo Code marketing landing page, you agree to this Privacy Policy. If you use
162162
the Roo Code extension, please see our separate{" "}
163163
<a
164-
href="https://github.com/RooVetGit/Roo-Code/blob/main/PRIVACY.md"
164+
href="https://github.com/RooCodeInc/Roo-Code/blob/main/PRIVACY.md"
165165
target="_blank"
166166
rel="noopener noreferrer"
167167
className="text-primary hover:underline">

apps/web-roo-code/src/components/chromes/footer.tsx

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import { useState, useRef, useEffect } from "react"
44
import Link from "next/link"
55
import Image from "next/image"
66
import { ChevronDown } from "lucide-react"
7-
import { RxGithubLogo, RxDiscordLogo } from "react-icons/rx"
8-
import { FaReddit } from "react-icons/fa6"
7+
import { FaBluesky, FaDiscord, FaGithub, FaLinkedin, FaReddit, FaTiktok, FaXTwitter } from "react-icons/fa6"
98

109
import { EXTERNAL_LINKS, INTERNAL_LINKS } from "@/lib/constants"
1110
import { useLogoSrc } from "@/lib/hooks/use-logo-src"
@@ -40,21 +39,21 @@ export function Footer() {
4039
<p className="max-w-md text-sm leading-6 text-muted-foreground md:pr-16 lg:pr-32">
4140
Empowering developers to build better software faster with AI-powered tools and insights.
4241
</p>
43-
<div className="flex space-x-5">
42+
<div className="flex space-x-4">
4443
<a
4544
href={EXTERNAL_LINKS.GITHUB}
4645
target="_blank"
4746
rel="noopener noreferrer"
4847
className="text-muted-foreground transition-colors hover:text-foreground">
49-
<RxGithubLogo className="h-6 w-6" />
48+
<FaGithub className="h-6 w-6" />
5049
<span className="sr-only">GitHub</span>
5150
</a>
5251
<a
5352
href={EXTERNAL_LINKS.DISCORD}
5453
target="_blank"
5554
rel="noopener noreferrer"
5655
className="text-muted-foreground transition-colors hover:text-foreground">
57-
<RxDiscordLogo className="h-6 w-6" />
56+
<FaDiscord className="h-6 w-6" />
5857
<span className="sr-only">Discord</span>
5958
</a>
6059
<a
@@ -65,6 +64,38 @@ export function Footer() {
6564
<FaReddit className="h-6 w-6" />
6665
<span className="sr-only">Reddit</span>
6766
</a>
67+
<a
68+
href={EXTERNAL_LINKS.X}
69+
target="_blank"
70+
rel="noopener noreferrer"
71+
className="text-muted-foreground transition-colors hover:text-foreground">
72+
<FaXTwitter className="h-6 w-6" />
73+
<span className="sr-only">X</span>
74+
</a>
75+
<a
76+
href={EXTERNAL_LINKS.LINKEDIN}
77+
target="_blank"
78+
rel="noopener noreferrer"
79+
className="text-muted-foreground transition-colors hover:text-foreground">
80+
<FaLinkedin className="h-6 w-6" />
81+
<span className="sr-only">LinkedIn</span>
82+
</a>
83+
<a
84+
href={EXTERNAL_LINKS.TIKTOK}
85+
target="_blank"
86+
rel="noopener noreferrer"
87+
className="text-muted-foreground transition-colors hover:text-foreground">
88+
<FaTiktok className="h-6 w-6" />
89+
<span className="sr-only">TikTok</span>
90+
</a>
91+
<a
92+
href={EXTERNAL_LINKS.BLUESKY}
93+
target="_blank"
94+
rel="noopener noreferrer"
95+
className="text-muted-foreground transition-colors hover:text-foreground">
96+
<FaBluesky className="h-6 w-6" />
97+
<span className="sr-only">Bluesky</span>
98+
</a>
6899
</div>
69100
</div>
70101

apps/web-roo-code/src/components/chromes/stats-display.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default async function StatsDisplay() {
1010
return (
1111
<>
1212
<Link
13-
href="https://github.com/RooVetGit/Roo-Code"
13+
href="https://github.com/RooCodeInc/Roo-Code"
1414
target="_blank"
1515
className="hidden md:flex items-center gap-1.5 text-sm font-medium text-gray-400 hover:text-gray-200">
1616
<RxGithubLogo className="h-4 w-4" />

apps/web-roo-code/src/lib/constants.ts

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
export const EXTERNAL_LINKS = {
2-
GITHUB: "https://github.com/RooVetGit/Roo-Code",
2+
GITHUB: "https://github.com/RooCodeInc/Roo-Code",
33
DISCORD: "https://discord.gg/roocode",
44
REDDIT: "https://reddit.com/r/RooCode",
5+
X: "https://x.com/roo_code",
6+
LINKEDIN: "https://www.linkedin.com/company/roo-code",
7+
TIKTOK: "https://www.tiktok.com/@roo.code",
8+
BLUESKY: "https://bsky.app/profile/roocode.bsky.social",
59
DOCUMENTATION: "https://docs.roocode.com",
610
CAREERS: "https://careers.roocode.com",
7-
ISSUES: "https://github.com/RooVetGit/Roo-Code/issues",
8-
FEATURE_REQUESTS: "https://github.com/RooVetGit/Roo-Code/discussions/categories/feature-requests",
9-
COMMUNITY: "https://github.com/RooVetGit/Roo-Code/discussions",
10-
CHANGELOG: "https://github.com/RooVetGit/Roo-Code/blob/main/CHANGELOG.md",
11-
PRIVACY_POLICY_EXTENSION: "https://github.com/RooVetGit/Roo-Code/blob/main/PRIVACY.md",
11+
ISSUES: "https://github.com/RooCodeInc/Roo-Code/issues",
12+
FEATURE_REQUESTS: "https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests",
13+
COMMUNITY: "https://github.com/RooCodeInc/Roo-Code/discussions",
14+
CHANGELOG: "https://github.com/RooCodeInc/Roo-Code/blob/main/CHANGELOG.md",
15+
PRIVACY_POLICY_EXTENSION: "https://github.com/RooCodeInc/Roo-Code/blob/main/PRIVACY.md",
1216
INTEGRATIONS: "https://docs.roocode.com/community",
1317
TUTORIALS: "https://docs.roocode.com/tutorial-videos",
1418
MARKETPLACE: "https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline",

apps/web-roo-code/src/lib/stats.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export async function getGitHubStars() {
22
try {
3-
const res = await fetch("https://api.github.com/repos/RooVetGit/Roo-Code")
3+
const res = await fetch("https://api.github.com/repos/RooCodeInc/Roo-Code")
44
const data = await res.json()
55

66
if (typeof data.stargazers_count !== "number") {

0 commit comments

Comments
 (0)