Skip to content

Commit bdb90cd

Browse files
committed
Fix: bug where it called its own component recursively
1 parent 658785a commit bdb90cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/components/NoteBox.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
---
3-
<NoteBox>
3+
<div class="custom-note-box">
44
<slot />
5-
</NoteBox>
5+
</div >
66

77
<style>
88
.custom-note-box {

0 commit comments

Comments
 (0)