Skip to content

Commit

Permalink
remove prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
vasfvitor committed Jul 13, 2024
1 parent e62ec11 commit c7acded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Permissions.astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const pageContent: string = await importMDX(plugin);
const content = await md.render(pageContent);
const code = `<code dir="auto">${plugin}: </code>`;
const prefix = `Prefix: ${code}`;
---

<p set:html={prefix} />
Expand Down

0 comments on commit c7acded

Please sign in to comment.