Skip to content

Commit

Permalink
Change name of the free tier
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Oct 8, 2024
1 parent 55a3286 commit e92bf34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/app/communities/create/create.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>Choose the feature options</h1>
<mat-card class="offer-card">
<mat-card-header>
<mat-icon mat-card-avatar>cloud</mat-icon>
<mat-card-title>Standard (1 GB)</mat-card-title>
<mat-card-title>Free (1 GB)</mat-card-title>
<mat-card-subtitle>Ideal for small and private communities.</mat-card-subtitle>
</mat-card-header>
<mat-card-content>
Expand Down
2 changes: 1 addition & 1 deletion app/src/app/storage/storage.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>You've got 1GB of storage</h1>
<mat-card class="offer-card">
<mat-card-header>
<mat-icon mat-card-avatar>cloud</mat-icon>
<mat-card-title>Standard (1 GB)</mat-card-title>
<mat-card-title>Free (1 GB)</mat-card-title>
<mat-card-subtitle>Free</mat-card-subtitle>
</mat-card-header>
<mat-card-content>
Expand Down

0 comments on commit e92bf34

Please sign in to comment.