Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NO-ISSUE] chore: shorten experiment message #467

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/templates/content-block/banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
</template>
<p class="text-color-secondary">
<b class="text-color">Ongoing Experiment.</b>
Our platform is in its early release stage. Please bear with us as occasional
instability or bugs may occur during this time. If you encounter any issue,
Our platform is in its early release stage. Expect occasional instability or bugs during this time.
<ButtonPrime
class="p-0"
label="let us know"
label="Report an issue"
icon="pi pi-external-link"
iconPos="right"
link
Expand Down
19 changes: 9 additions & 10 deletions src/templates/content-block/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@
</template>
<p class="text-color-secondary">
<b class="text-color">Ongoing Experiment.</b>
Our platform is in its early release stage. Please bear with us as occasional instability
or bugs may occur during this time. If you encounter any issue,
<ButtonPrime
class="p-0"
label="let us know"
icon="pi pi-external-link"
iconPos="right"
link
@click="goToCreateIssue"
/>
Our platform is in its early release stage. Expect occasional instability or bugs during this time.
<ButtonPrime
class="p-0"
label="Report an issue"
icon="pi pi-external-link"
iconPos="right"
link
@click="goToCreateIssue"
/>
</p>
</Message>
<div
Expand Down