Skip to content

Commit 04237a1

Browse files
committed
update name
1 parent 923eaca commit 04237a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"app": {
1313
"windows": [
1414
{
15-
"title": "Chords LSL Visualiser",
15+
"title": "Chords LSL Visualizer",
1616
"width": 800,
1717
"height": 600,
1818
"resizable": true,

src/app/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const Navbar = ({ isDisplay }: { isDisplay: boolean }) => {
2626
<div className="flex flex-row gap-2 items-center group">
2727
<Link href="/">
2828
<div className="font-rancho font-bold text-2xl duration-300 pl-2 bg-gradient-to-r from-pink-500 via-purple-500 to-blue-500 text-transparent bg-clip-text ">
29-
Chords LSL Visualiser
29+
Chords LSL Visualizer
3030
</div>
3131
</Link>
3232
</div>

0 commit comments

Comments
 (0)