Skip to content

Commit 66ee43b

Browse files
committed
Update hobby page
1 parent 88b81e4 commit 66ee43b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/lib/constants/piano-pieces.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ export const pieces: Piece[] = [
5959
name: 'Waltz No. 19 Op. Posth',
6060
composer: Composer.Chopin
6161
},
62+
{
63+
name: 'Waltz in A minor (rediscovered 2024)',
64+
composer: Composer.Chopin
65+
},
66+
{
67+
name: 'Mazurka Op. 7 No. 1',
68+
composer: Composer.Chopin
69+
},
6270
{
6371
name: 'Nocturne Op. 72 No. 1',
6472
composer: Composer.Chopin

src/routes/hobbies/+page.svelte

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
books I've read. I decided to do this so I can just keep track of those things.
1212
</p>
1313
<p class="text-2xl font-bold text-foreground">Piano</p>
14-
<p>
15-
Below is a list of most of the pieces I've learned on the piano ever since the summer of 2023:
16-
</p>
14+
<p>Below is a list of most of the pieces I've learned on the piano since the summer of 2023:</p>
1715
<PianoTable />
1816
<p class="text-2xl font-bold text-foreground">Reading</p>
1917
<p>Below is a list of the most notable books I've read:</p>

0 commit comments

Comments
 (0)