We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 420ff55 + d03c0da commit a649b58Copy full SHA for a649b58
app/components/experiences/_children/summary.js
@@ -12,7 +12,7 @@ const Summary = ({ text, activities = [] }) => {
12
{!open ? (
13
<p className="experience-content animate-fade-in-up">{text}</p>
14
) : (
15
- <ul>
+ <ul className="animate-fade-in-up">
16
{activities.length >= 1 &&
17
activities.map((activity, index) => {
18
return <li key={index}>{activity}</li>;
0 commit comments