Skip to content

Commit a040261

Browse files
committed
chore: update welcome modal
1 parent b5eef12 commit a040261

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/web/src/components/WelcomeModal/WelcomeModal.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ describe("WelcomeModal", () => {
7171
).toBeTruthy();
7272
expect(
7373
screen.getByText(
74-
/A small, but mighty calendar\/todo app\. Built for busy minimalists/,
74+
/A small, but mighty calendar app\. Built for busy minimalists/,
7575
),
7676
).toBeTruthy();
7777
expect(screen.getByRole("img", { name: /pixel pirate/i })).toBeTruthy();

packages/web/src/components/WelcomeModal/WelcomeModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ export function WelcomeModal() {
137137
Compass Calendar helps you manage your time, simply.
138138
</h2>
139139
<p className="text-text-light">
140-
A small, but mighty calendar/todo app. Built for busy minimalists
141-
who get things done.
140+
A small, but mighty calendar app. Built for busy minimalists who get
141+
things done.
142142
</p>
143143
</div>
144144

0 commit comments

Comments
 (0)