Skip to content

Commit

Permalink
Fix mistakes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Mario564 committed Jul 31, 2023
1 parent 4b7dec9 commit 40aacf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/extras/create-urls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Don't see a method that creates a URL you're looking for? Use the `custom` metho

| Parameter | Type | Optional | Description |
| --------- | ------ | -------- | -------------------------------------------------- |
| path | number | | Path to set after `https://{subdomain}.ppy.sh/` |
| path | string | | Path to set after `https://{subdomain}.ppy.sh/` |
| subdomain | string || Specify a subdomain to point to. Defaults to `osu` |

#### Returns
Expand Down
2 changes: 1 addition & 1 deletion docs/src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const navLinks = [
<div class="flex justify-center w-full">
<div
id="content"
class={`px-16 mb-10 prose ${maxW} w-full overflow-hidden break-words prose-h1:text-zinc-50 prose-h2:text-zinc-50 prose-h3:text-zinc-50 prose-h4:text-zinc-50 prose-p:text-zinc-100 prose-strong:text-primary prose-a:text-primary prose-a:font-normal prose-table:text-zinc-100 prose-table:w-max md:prose-table:w-full prose-td:min-w-max prose-th:text-zinc-50 prose-code:bg-[#191724] prose-code:text-secondary prose-code:rounded-md`}
class={`px-16 mb-10 prose ${maxW} w-full overflow-hidden break-words prose-h1:text-zinc-50 prose-h2:text-zinc-50 prose-h3:text-zinc-50 prose-h4:text-zinc-50 prose-p:text-zinc-100 prose-strong:text-primary prose-a:text-primary prose-a:font-normal prose-ul:text-zinc-100 prose-table:text-zinc-100 prose-table:w-max md:prose-table:w-full prose-td:min-w-max prose-th:text-zinc-50 prose-code:bg-[#191724] prose-code:text-secondary prose-code:rounded-md`}
>
<slot />
{
Expand Down

0 comments on commit 40aacf4

Please sign in to comment.