Skip to content

Commit 9113e0e

Browse files
committed
Update name
1 parent 9f944dd commit 9113e0e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

app/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ export default function Header() {
3535
<Link
3636
href="/"
3737
className="text-xl font-bold hover:text-blue-600 transition-colors flex items-center"
38-
aria-label={isSmallScreen ? "Home" : "IntentionalBond"}
38+
aria-label={isSmallScreen ? "Home" : "Compass"}
3939
>
40-
{isSmallScreen ? <FaHome className="w-5 h-5" /> : 'IntentionalBond'}
40+
{isSmallScreen ? <FaHome className="w-5 h-5" /> : 'Compass'}
4141
</Link>
4242
<div className="flex items-center space-x-2">
4343

app/favicon.ico

-106 KB
Binary file not shown.

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Header from "@/app/Header";
66
import Providers from "@/app/providers";
77

88
export const metadata: Metadata = {
9-
title: "IntentionalBond",
9+
title: "Compass",
1010
description: "A bonding platform for rational thinkers",
1111
};
1212

@@ -41,7 +41,7 @@ export default function RootLayout(
4141
View on GitHub
4242
</a>
4343
</div>
44-
<div>© {new Date().getFullYear()} IntentionalBond. All rights reserved.</div>
44+
<div>© {new Date().getFullYear()} Compass. All rights reserved.</div>
4545
</footer>
4646
</div>
4747
</ThemeProvider>

app/learn-more/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function LearnMorePage() {
2222
<div className="text-gray-600 dark:text-white min-h-screen p-6">
2323
{aColor}
2424
<div className="max-w-3xl mx-auto">
25-
<h1 className="text-3xl font-bold mb-4 text-center">About IntentionalBond</h1>
25+
<h1 className="text-3xl font-bold mb-4 text-center">About Compass</h1>
2626
<div className="et_pb_text_inner">
2727
{/*<h1 id="abstract">Abstract</h1>*/}
2828
<p>Forming and maintaining close connections is fundamental for most people’s mental health—and hence overall

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function HomePage() {
3333
{/* Hero Section */}
3434
<section className="flex flex-col items-center justify-center flex-1 text-center px-4">
3535
<h1 className="text-5xl md:text-6xl xs:text-4xl font-extrabold max-w-3xl leading-tight">
36-
IntentionalBond
36+
Compass
3737
</h1>
3838
<p className="mt-6 text-lg md:text-xl text-gray-400 max-w-2xl">
3939
{"Tired of swiping? Search what you're looking for!"}

app/profiles/ProfileFilters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ export function ProfileFilters({filters, onFilterChange, onShowFilters, onToggle
337337
</div>
338338
</div>
339339

340-
{/*{getSlider(rangeConfig[0])}*/}
340+
{getSlider(rangeConfig[0])}
341341
{dropdownConfig.map(({id, name}) => getDrowDown(id, name))}
342342
{getSlider(rangeConfig[1])}
343343

0 commit comments

Comments
 (0)