Clean up dead code after Angular brand story removal

- Delete HomeCtrl controller file (nothing references it anymore)
- Remove misplaced .text-vbig class from <details> (was on the old <a> toggle; summary has no visible text)
- Remove redundant cursor: pointer on #brand-story-text (<summary> already sets it)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Pavel
2026-02-19 21:39:32 +00:00
parent b528bb47a0
commit b348536d12
3 changed files with 1 additions and 4 deletions

View File

@@ -1,2 +0,0 @@
angular.module('Darkswarm').controller "HomeCtrl", ($scope) ->
# Controller kept for potential future use