Skip to content

Commit 26f141a

Browse files
committed
more conflicts
1 parent 9d845fa commit 26f141a

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

src/components/Homepage.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,7 @@
134134

135135
.action-cards-grid {
136136
display: grid;
137-
<<<<<<< HEAD
138-
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
139-
=======
140137
grid-template-columns: repeat(2, 1fr);
141-
>>>>>>> ADP-5307
142138
gap: 1rem;
143139
}
144140

@@ -216,11 +212,7 @@
216212

217213
.platform-cards-grid {
218214
display: grid;
219-
<<<<<<< HEAD
220-
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
221-
=======
222215
grid-template-columns: repeat(2, 1fr);
223-
>>>>>>> ADP-5307
224216
gap: 1rem;
225217
}
226218

@@ -298,9 +290,6 @@
298290

299291
.action-cards-grid,
300292
.platform-cards-grid {
301-
<<<<<<< HEAD
302-
grid-template-columns: 1fr;
303-
=======
304293
grid-template-columns: repeat(2, 1fr);
305294
}
306295

@@ -314,7 +303,6 @@
314303

315304
.platform-card-arrow {
316305
display: none;
317-
>>>>>>> ADP-5307
318306
}
319307

320308
.primary-card {
@@ -353,8 +341,4 @@
353341
.dark .action-card-title,
354342
.dark .platform-card-title {
355343
color: #f1f5f9;
356-
<<<<<<< HEAD
357-
}
358-
=======
359344
}
360-
>>>>>>> ADP-5307

src/components/Homepage.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,7 @@ const Homepage: React.FC = () => {
7474
</svg>
7575
</div>
7676
<div className="action-card-content">
77-
<<<<<<< HEAD
78-
<h3 className="action-card-title">Explore revenue & churn analytics</h3>
79-
=======
8077
<h3 className="action-card-title">Explore analytics</h3>
81-
>>>>>>> ADP-5307
8278
<p className="action-card-description">
8379
Review detailed metrics related to your app monetization.
8480
</p>

0 commit comments

Comments
 (0)