diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-15 21:55:32 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-15 21:55:32 -0800 |
| commit | 174987660473d4cdc1ad6857e5513a69f265f614 (patch) | |
| tree | 3ec88045fa7e2f6d26d40f0650c2699758532c2e /frontend-vanilla/src/main.test.ts | |
| parent | 657faf3acd7755d6b84a87e0e363729d95930258 (diff) | |
| download | neko-174987660473d4cdc1ad6857e5513a69f265f614.tar.gz neko-174987660473d4cdc1ad6857e5513a69f265f614.tar.bz2 neko-174987660473d4cdc1ad6857e5513a69f265f614.zip | |
Vanilla JS (v3): Removed confusing secondary cat logo, fixed mobile overflow, cleaned up styles
Diffstat (limited to 'frontend-vanilla/src/main.test.ts')
| -rw-r--r-- | frontend-vanilla/src/main.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend-vanilla/src/main.test.ts b/frontend-vanilla/src/main.test.ts index d5681b8..7cae34b 100644 --- a/frontend-vanilla/src/main.test.ts +++ b/frontend-vanilla/src/main.test.ts @@ -62,7 +62,7 @@ describe('main application logic', () => { renderLayout(); expect(document.getElementById('sidebar')).not.toBeNull(); expect(document.getElementById('content-area')).not.toBeNull(); - expect(document.getElementById('logo-link')).not.toBeNull(); + expect(document.getElementById('sidebar-toggle-btn')).not.toBeNull(); }); it('renderFeeds should populate feed list', () => { |
