diff options
| author | Joris | 2022-06-21 08:03:12 +0200 |
|---|---|---|
| committer | Joris | 2022-06-21 08:03:12 +0200 |
| commit | 3cf35844d00c98da33b55a64c6d17ff421c499fc (patch) | |
| tree | 710218c491dfc366e1fdf935c34ad364821d7db0 /src | |
| parent | 46f39fa93fa99eef2691d6dc905b9d083eb170cb (diff) | |
Rename from metronome to drum
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.ts b/src/main.ts index 16d4bb5..1c4dea3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -2,7 +2,7 @@ import h from 'lib/h' import * as sequencer from 'view/sequencer' let view = h('main', {}, - h('h1', { className: 'g-Title' }, 'Metronome'), + h('h1', { className: 'g-Title' }, 'Drum'), sequencer.view() ) |
