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

View File

@@ -6,7 +6,7 @@
%p
= t :brandstory_intro
%details#brand-story-text.text-vbig
%details#brand-story-text
%summary
%i.ofn-i_005-caret-down
%i.ofn-i_006-caret-up

View File

@@ -72,7 +72,6 @@
}
#brand-story-text {
cursor: pointer;
text-align: center;
margin-top: 1rem;