Skip to content

Commit

Permalink
Updated copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin-Parvulescu committed Dec 1, 2023
1 parent 17b426b commit 928b44b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 22 deletions.
1 change: 1 addition & 0 deletions apps/console/app/components/SiteMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ const appSubmenuStruct: {
title: 'Storage',
icon: TbServerBolt,
subroute: '/storage',
plan: ServicePlanType.PRO,
},
{
title: 'Designer',
Expand Down
24 changes: 4 additions & 20 deletions apps/console/app/routes/apps/$clientId/storage.ostrich.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,28 +113,12 @@ export default () => {

<section className="mt-2">
<Text size="sm" className="text-gray-600">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam
rhoncus aliquam metus. Sed elit dui, pellentesque a, faucibus vel,
interdum nec, diam. Etiam ligula pede, sagittis quis, interdum
ultricies, scelerisque eu.
App Data Storage service provides a hassle-free way to store and
retrieve per-user data for your application. Once activated, the
service can be accessed through our Galaxy API and it supports
storing data up to 128kb, per user.
</Text>
</section>

<section className="mt-4">
<ReadOnlyInput
id="url"
value="https://rollup.id/API/EqUEbCGHGnZXDMSUbrxhX7"
label="API url"
copyable={true}
onCopy={() =>
toast(
ToastType.Success,
{ message: 'Client secret copied to clipboard!' },
{ duration: 2000 }
)
}
/>
</section>
</section>
</section>
)
Expand Down
4 changes: 2 additions & 2 deletions apps/console/app/routes/apps/$clientId/storage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default () => {
<EarlyAccessPanel
clientID={appDetails.clientId as string}
title="Storage"
subtitle="Storage"
copy="Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam rhoncus aliquam metus. Sed elit dui, pellentesque a, faucibus vel, interdum nec, diam. Etiam ligula pede, sagittis quis, interdum ultricies, scelerisque eu. Pellentesque ipsum. Etiam bibendum elit eget erat."
subtitle="App Data Storage"
copy="App Data Storage service provides a hassle-free way to store and retrieve per-user data for your application. Once activated, the service can be accessed through our Galaxy API and it supports storing data up to 128kb, per user."
imgSrc={storageSVG}
url={'https://docs.rollup.id/platform/console/storage'}
earlyAccess={false}
Expand Down

0 comments on commit 928b44b

Please sign in to comment.