Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Nov 18, 2024
1 parent a5f94b3 commit 1a0339b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sites/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"dev": "concurrently \"pnpm:dev:content\" \"pnpm:dev:svelte\" \"pnpm:replace:velite\"",
"dev:content": "velite dev --watch",
"dev:svelte": "vite dev --host",
"dev:svelte": "vite dev",
"build": "velite && node ./other/update-velite-output.js && pnpm build:search && vite build",
"replace:velite": "node ./other/watch-velite-output.js",
"build:content": "velite",
Expand Down
2 changes: 1 addition & 1 deletion sites/docs/src/lib/components/markdown/a.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
const target = $derived(!internal ? "_blank" : undefined);
</script>

<a {href} {target} {rel} class={cn("link leading-7", className)} {...restProps}>
<a {href} {target} {rel} class={cn("link ", className)} {...restProps}>
{@render children?.()}
</a>

0 comments on commit 1a0339b

Please sign in to comment.