From 33b5df4eb43aae0c57ef99c439d12996c143a7ac Mon Sep 17 00:00:00 2001 From: Diego Vester Date: Sun, 25 Jan 2026 02:53:51 -0600 Subject: [PATCH] chore: add formatting --- src/components/sections/HeroSection.vue | 2 +- src/styles/variables.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/HeroSection.vue b/src/components/sections/HeroSection.vue index 6119703..9414739 100644 --- a/src/components/sections/HeroSection.vue +++ b/src/components/sections/HeroSection.vue @@ -65,4 +65,4 @@ import logo from "@/assets/logo.jpg"; max-width: 600px; margin: 0 auto; } - \ No newline at end of file + diff --git a/src/styles/variables.css b/src/styles/variables.css index 331da32..b7bfbb6 100644 --- a/src/styles/variables.css +++ b/src/styles/variables.css @@ -129,4 +129,4 @@ --color-primary: #f4a5c0; --color-secondary: #c9a5f4; } -} \ No newline at end of file +}