Rule Stack default breakpoint added
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
import SectionHeader from "./SectionHeader";
|
||||
import RuleCard from "./RuleCard";
|
||||
import Button from "./Button";
|
||||
import Image from "next/image";
|
||||
|
||||
const RuleStack = ({ children, className = "" }) => {
|
||||
@@ -68,6 +69,13 @@ const RuleStack = ({ children, className = "" }) => {
|
||||
backgroundColor="bg-[var(--color-surface-default-brand-teal)]"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* See all templates button */}
|
||||
<div className="flex justify-center">
|
||||
<Button variant="outlined" size="large">
|
||||
See all templates
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user