wip(org): Working on admin & content creation pages
This commit is contained in:
parent
61da3e1dab
commit
50b6747584
26 changed files with 1221 additions and 3383 deletions
7
sites/shared/components/code-box.mjs
Normal file
7
sites/shared/components/code-box.mjs
Normal file
|
@ -0,0 +1,7 @@
|
|||
export const CodeBox = ({ children }) => (
|
||||
<div className="hljs my-4">
|
||||
<pre className="language-md hljs text-base lg:text-lg whitespace-break-spaces overflow-scroll pr-4">
|
||||
{children}
|
||||
</pre>
|
||||
</div>
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue