Skip to content

Commit

Permalink
Remove hide freeze banner check, update copy for oct25 final freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholasbrown committed Sep 28, 2023
1 parent fd2a4ec commit 5d8699a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
16 changes: 2 additions & 14 deletions src/components/EndOfLifeBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,13 @@ export default {
>
for more information.
</div>
<div v-else-if="free" class="ml-4">
This legacy Prefect Cloud account will be frozen on May 15th, 2023.
<ExternalLink
href="https://www.prefect.io/guide/blog/freezing-legacy-prefect-cloud-1-accounts-on-starter-and-standard-plans/"
>Click here</ExternalLink
>
to learn more or to start your migration to
<ExternalLink
href="https://www.prefect.io/guide/blog/introducing-prefect-cloud-2-0/"
>Prefect Cloud 2</ExternalLink
>.
</div>
<div v-else class="ml-4">
This legacy Prefect Cloud account will be frozen on July 15th, 2023.
This legacy Prefect Cloud account will be frozen on October 25th, 2023.
<ExternalLink
href="https://www.prefect.io/guide/blog/freezing-legacy-prefect-cloud-1-accounts-on-starter-and-standard-plans/"
>Click here</ExternalLink
>
to learn more or start your migration to
to learn more or to start your migration to
<ExternalLink
href="https://www.prefect.io/guide/blog/introducing-prefect-cloud-2-0/"
>Prefect Cloud 2</ExternalLink
Expand Down
1 change: 0 additions & 1 deletion src/layouts/SubPageNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export default {
return (
this.canShowBanners &&
this.isCloud &&
!this.license?.terms?.hide_freeze_banner &&
(this.planType('FREE') ||
this.planType('STARTER') ||
this.planType('STANDARD'))
Expand Down

0 comments on commit 5d8699a

Please sign in to comment.