Skip to content

Commit

Permalink
changed title
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFlore committed Sep 8, 2023
1 parent d07677a commit b31f00c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ onBeforeMount(() => {
<div class="w-full pl-6 pt-3 cursor-pointer">
<RouterLink to="/">
<div class="flex items-center mr-3 mt-2">
<MusicNote class="text-l text-slate-400 mr-1" />
<span class="text-xl font-bold text-slate-100">Lyric Speed Typer</span>
<MusicNote class="w-500 h-500 text-slate-400 mr-1" />
<span class="text-3xl font-bold text-slate-100">Lyric Hero</span>
</div>
</RouterLink>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="max-w-3xl mx-auto p-8 bg-gray-800 rounded-lg text-white">
<h1 class="text-3xl font-semibold mb-6">About the App</h1>
<p class="mb-6">
Welcome to Lyric Speed Typer, a unique web experience that combines music and typing! This app allows you to
Welcome to Lyric Hero, a unique web experience that combines music and typing! This app allows you to
immerse yourself in music while testing and improving your typing skills. Whether you're a music enthusiast,
language learner, or simply looking for a fun way to engage with lyrics, this app was designed for you.
</p>
Expand Down

0 comments on commit b31f00c

Please sign in to comment.