chore: Extend commenting deprecation deadline to 1.7.12 (#15616)

This commit is contained in:
Hetu Nandu 2022-08-02 15:32:34 +05:30 committed by GitHub
parent 928a93d02e
commit 69490bbcbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ function AppComments() {
icon="warning-line"
iconColor={Colors.WARNING_SOLID}
iconSize={IconSize.XXXXL}
message={"We are removing comments from Appsmith in v1.7.11"}
message={"We are removing comments from Appsmith in v1.7.12"}
messageHeader={"Comments are being deprecated"}
textColor={Colors.BROWN}
/>

View File

@ -122,7 +122,7 @@ function NotificationsList() {
icon="warning-line"
iconColor={Colors.WARNING_SOLID}
iconSize={IconSize.XXXXL}
message={"We are removing comments from Appsmith in v1.7.11"}
message={"We are removing comments from Appsmith in v1.7.12"}
messageHeader={"Comments are being deprecated"}
textColor={Colors.BROWN}
/>

View File

@ -190,7 +190,7 @@
<div style="margin:8px 16px 16px 16px;font-size:18px;line-height: 35px;">
<i class="fa-solid fa-triangle-exclamation"></i>
<b>Commenting is deprecated</b><br>
We will be removing comments from Appsmith in v1.7.11<br>
We will be removing comments from Appsmith in v1.7.12<br>
<a href="https://appsmith.notion.site/Deprecating-real-time-commenting-60a307d2c5e1485b85ff95afebb616eb" target ="_blank" style="text-decoration: underline;font-size:16px;color:#393939;">Learn More</a>
</div>
</div>