Skip to content

Commit

Permalink
Merge branch 'main' into mt/brake
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp authored Feb 4, 2024
2 parents 047e524 + 555fd41 commit ce5a5a7
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 290 deletions.
2 changes: 1 addition & 1 deletion components/NoScroll.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
interface Props {}
export interface Props {}
const TAG = 'vtbot-noscroll'; // see also start of script
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
interface Props {}
export interface Props {}
const TAG = 'vtbot-some-tag'; // see also start of script
---

Expand Down
Loading

0 comments on commit ce5a5a7

Please sign in to comment.