Skip to content

Commit 2bc3f20

Browse files
authored
Merge pull request #11 from toverainc/fix/experimental_tags
Tagging Notify App as Experimental
2 parents 556d859 + 810c468 commit 2bc3f20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/apps.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Apps: NextPage = () => {
1010
<Grid container spacing={2}>
1111
<Grid item md={4} sm={6} xs={12} lg={3}>
1212
<AppCard
13-
appTitle="Notify"
13+
appTitle="Notify (EXPERIMENTAL)"
1414
appDescription="Trigger notifications on your Willow devices."
1515
pageKey="notify"
1616
/>

pages/apps/notify.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const NotifyApp: NextPage = () => {
127127
) : (
128128
<form name="general-settings-form" onSubmit={handleSubmit}>
129129
<div style={{ maxWidth: '800px', marginLeft: 'auto', marginRight: 'auto' }}>
130-
<h2 style={{ textAlign: 'center' }}>Notify</h2>
130+
<h2 style={{ textAlign: 'center' }}>Notify (EXPERIMENTAL)</h2>
131131
<h4 style={{ textAlign: 'center' }}>
132132
{`Send notifications with Willow!
133133
Notifications can be used for alarms, timers, calendar reminders, and more.

0 commit comments

Comments
 (0)