welcome width
This commit is contained in:
parent
c191471e1e
commit
c22c786cf2
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ const baseNoTrailing = BASE_URL.endsWith('/') ? BASE_URL.slice(0, -1) : BASE_URL
|
||||||
|
|
||||||
export function WelcomeTab({ context }) {
|
export function WelcomeTab({ context }) {
|
||||||
return (
|
return (
|
||||||
<div className="prose dark:prose-invert max-w-[600px] pt-2 font-sans pb-8 px-4">
|
<div className="prose dark:prose-invert min-w-full pt-2 font-sans pb-8 px-4 ">
|
||||||
<h3>
|
<h3>
|
||||||
<span className={cx('animate-spin inline-block select-none')}>🌀</span> welcome
|
<span className={cx('animate-spin inline-block select-none')}>🌀</span> welcome
|
||||||
</h3>
|
</h3>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue