Skip to content

Commit

Permalink
www - fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Nov 30, 2024
1 parent 1915574 commit 61a0e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/src/content/core/02-options.svx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
| `axis` | undefined | `"x"` or `"y"` | Defines the flow direction. |
| `loop` | false | boolean | Activated the infinite sliding mode. |

### Readonly properties:
### Readonly properties

| Key | Type | Description |
| :---------- | :------- | :---------- |
Expand Down
2 changes: 1 addition & 1 deletion www/src/lib/components/header/Header.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import styles from './header.module.css';
let { className = '', title = '', children } = $props();
let { className = '', title = '', children = null } = $props();
</script>

<header class="{styles.hero} {className}">
Expand Down

0 comments on commit 61a0e38

Please sign in to comment.