diff --git a/src/views/personal/GamingView.vue b/src/views/personal/GamingView.vue index a227abf..7282519 100644 --- a/src/views/personal/GamingView.vue +++ b/src/views/personal/GamingView.vue @@ -50,7 +50,7 @@ import SectionHeader from '../../components/SectionHeader.vue'; } .game-section { - background: @box-backround; + background: @box-background; padding: 1.5rem; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.1);