Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
saraswatpuneet committed Oct 30, 2024
1 parent faa9448 commit 4cdc273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/docs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
$: logoHex = logoMap.get(section)?.logo;
$: navColor = logoMap.get(section)?.nav;
$: baseUrl = $page.url.protocol + '//' + $page.url.host;
// $: baseUrl = $page.url.protocol + '//' + $page.url.host;
</script>

<div class="min-h-[calc(100vh-100px)]">
Expand Down

0 comments on commit 4cdc273

Please sign in to comment.