Skip to content

Commit d054441

Browse files
Merge pull request #4 from foundersandcoders/name-change
Change name from "Nassport" to "Beacons"
2 parents 5765613 + b7bc87d commit d054441

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Beacon
1+
# Beacons
22

33
Beacon is a frontend application designed to work seamlessly with the LIFT-backend. It provides an intuitive interface for users to interact with various data-driven components, focusing on subject and verb selection for creating statements.
44

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Nassport</title>
6+
<title>Beacons</title>
77
</head>
88
<body>
99
<div id="root"></div>

src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const Header: React.FC = () => {
4343
{/* Left side: Logo and Title */}
4444
<div className='flex items-center'>
4545
<img src='/lift_logo.png' alt='Logo' className='h-10 mr-2' />
46-
<h1 className='text-2xl font-bold'>Nassport</h1>
46+
<h1 className='text-2xl font-bold'>Beacons</h1>
4747
</div>
4848
{/* Right side: Clickable container with border that opens the dialog */}
4949
<Dialog open={isDashboardOpen} onOpenChange={setIsDashboardOpen}>

0 commit comments

Comments
 (0)