Skip to content

Commit 43a4f67

Browse files
committed
Add new break idea: 5-4-3-2-1 Grounding Technique
1 parent cb52b96 commit 43a4f67

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

app/locales/en.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,10 @@
506506
"abi": {
507507
"title": "Imaginative visualization",
508508
"text": "Close your eyes and imagine yourself in a peaceful and calming place, such as a beach or a forest, focusing on the sights, sounds, and sensations of that environment."
509+
},
510+
"abj": {
511+
"title": "Overwhelmed?",
512+
"text": "Try the 5-4-3-2-1 Grounding Technique: Identify 5 things you can see, 4 things you can touch, 3 things you can hear, 2 things you can smell, and 1 thing you can taste."
509513
}
510514
}
511515
}

app/utils/defaultBreakIdeas.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,9 @@ export default [
138138
{
139139
data: ['Imaginative visualization', 'Close your eyes and imagine yourself in a peaceful and calming place, such as a beach or a forest, focusing on the sights, sounds, and sensations of that environment.'],
140140
enabled: true
141+
},
142+
{
143+
data: ['Overwhelmed?', 'Try the 5-4-3-2-1 Grounding Technique: Identify 5 things you can see, 4 things you can touch, 3 things you can hear, 2 things you can smell, and 1 thing you can taste.'],
144+
enabled: true
141145
}
142146
]

0 commit comments

Comments
 (0)