Skip to content

Commit 66a65a1

Browse files
author
Chai Landau
committed
fix: rename container
1 parent 4569d06 commit 66a65a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Switchback/Switchback.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Switchback: FC<SwitchbackProps> = ({
1515
}) => {
1616
return (
1717
<div className="switchback">
18-
<div className="container">
18+
<div className="switchback-container">
1919
<div>
2020
{eyebrow && (
2121
<div className="eyebrow">

src/styles/components/switchback.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.switchback {
22
@apply mb-10 mt-1 border-b border-gray-100 pb-10 md:mt-3 md:px-6 md:pb-14 md:mb-14 lg:pb-20 lg:mb-20 dark:border-b-gray-900;
3-
.container {
3+
.switchback-container {
44
@apply m-auto flex max-w-lg flex-col gap-3 items-center md:flex-row md:gap-6 md:max-w-screen-lg;
55
& > div {
66
@apply w-full;

0 commit comments

Comments
 (0)