diff --git a/src/constants/Categories.ts b/src/constants/Categories.ts
index 646629f..9234c53 100644
--- a/src/constants/Categories.ts
+++ b/src/constants/Categories.ts
@@ -59,6 +59,7 @@ export const CATEGORIES = [
name: 'Backgrounds',
subcategories: [
'Aurora',
+ 'Beams',
'Dot Grid',
'Silk',
'Lightning',
@@ -70,4 +71,4 @@ export const CATEGORIES = [
'Threads',
],
}
-];
\ No newline at end of file
+];
diff --git a/src/constants/code/Backgrounds/beamsCode.ts b/src/constants/code/Backgrounds/beamsCode.ts
index 8fe6968..753e6d9 100644
--- a/src/constants/code/Backgrounds/beamsCode.ts
+++ b/src/constants/code/Backgrounds/beamsCode.ts
@@ -15,7 +15,6 @@ export const beams: CodeObject = {
:noise-intensity="1.75"
:scale="0.2"
:rotation="0"
- class="w-full h-full"
/>
diff --git a/src/content/Backgrounds/Beams/Beams.vue b/src/content/Backgrounds/Beams/Beams.vue
index 4f8585f..48441d4 100644
--- a/src/content/Backgrounds/Beams/Beams.vue
+++ b/src/content/Backgrounds/Beams/Beams.vue
@@ -453,17 +453,3 @@ onUnmounted(() => {
cleanup()
})
-
-
diff --git a/src/demo/Backgrounds/BeamsDemo.vue b/src/demo/Backgrounds/BeamsDemo.vue
index 17828ab..3907233 100644
--- a/src/demo/Backgrounds/BeamsDemo.vue
+++ b/src/demo/Backgrounds/BeamsDemo.vue
@@ -12,14 +12,11 @@
:noise-intensity="noiseIntensity"
:scale="scale"
:rotation="rotation"
- class="w-full h-full"
/>
-
+