Merge pull request #1300 from appwrite/mock-numbers-review

fix: address review comments
This commit is contained in:
Christy Jacob
2024-08-17 00:47:57 +04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -19,7 +19,7 @@
</div>
</div>
{/if}
<div class="u-stretch u-flex-vertical">
<div class="u-stretch u-flex-vertical u-main-center">
<h3 class="body-text-2 u-bold"><slot name="title" /></h3>
<p class="u-margin-block-start-8">
<slot nextTier={tierToPlan(getNextTier($organization.billingPlan)).name} />
+1 -1
View File
@@ -5,7 +5,7 @@
</script>
<p
class="helper u-margin-block-start-8 {classes} u-align-baseline"
class="helper u-margin-block-start-8 {classes}"
class:u-color-text-info={type === 'info'}
class:u-color-text-danger={type === 'error'}
class:u-color-text-success={type === 'success'}
@@ -43,7 +43,7 @@
await invalidate(Dependencies.PROJECT);
addNotification({
type: 'success',
message: 'Updated mock phone numbers successfully'
message: 'Mock phone numbers have been updated'
});
trackEvent(Submit.AuthMockNumbersUpdate);
} catch (error) {