bg
This commit is contained in:
@@ -3,7 +3,7 @@ import clsx from 'clsx'
|
|||||||
export function Container({ className, ...props }) {
|
export function Container({ className, ...props }) {
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={clsx('mx-auto bg-bg-sand max-w-7xl px-4 sm:px-6 lg:px-8', className)}
|
className={clsx('mx-auto bg-transparent max-w-7xl px-4 sm:px-6 lg:px-8', className)}
|
||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
@@ -38,7 +38,7 @@ const SvgIcon = (props) => (
|
|||||||
|
|
||||||
export function Logo(props) {
|
export function Logo(props) {
|
||||||
return (
|
return (
|
||||||
<div className="bg-bg-sand px-2 py-1 rounded">
|
<div className="bg-transparent px-2 py-1 rounded">
|
||||||
<SvgIcon {...props} />
|
<SvgIcon {...props} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user