Skip to content

Commit

Permalink
Merge pull request #1387 from PrefectHQ/chore-eol-2023-09-28
Browse files Browse the repository at this point in the history
Chore: EOL updates
  • Loading branch information
znicholasbrown authored Sep 28, 2023
2 parents fd2a4ec + 5d8699a commit a60514d
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 a60514d

Please sign in to comment.