We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923eaca commit 04237a1Copy full SHA for 04237a1
src-tauri/tauri.conf.json
@@ -12,7 +12,7 @@
12
"app": {
13
"windows": [
14
{
15
- "title": "Chords LSL Visualiser",
+ "title": "Chords LSL Visualizer",
16
"width": 800,
17
"height": 600,
18
"resizable": true,
src/app/Navbar.tsx
@@ -26,7 +26,7 @@ const Navbar = ({ isDisplay }: { isDisplay: boolean }) => {
26
<div className="flex flex-row gap-2 items-center group">
27
<Link href="/">
28
<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
+ Chords LSL Visualizer
30
</div>
31
</Link>
32
0 commit comments