Skip to content

Commit

Permalink
Update ResourcesContainer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 8, 2024
1 parent a430d31 commit 3a715b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/scripts/components/store/ResourcesContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default () => {
setOpen={setOpen}
icon={<Icon.Cpu />}
setResource={setResource}
description={'Buy CPU to improve server load times and performance. (REQUIRED TO DEPLOY SERVER)'}
description={'Buy CPU to improve server load times and performance. <span className="text-yellow-400">(REQUIRED TO DEPLOY SERVER)</span>'}
/>
<PurchaseBox
type={'Memory'}
Expand All @@ -101,7 +101,7 @@ export default () => {
setOpen={setOpen}
icon={<Icon.PieChart />}
setResource={setResource}
description={'Buy RAM to improve overall server performance. (REQUIRED TO DEPLOY SERVER)'}
description={'Buy RAM to improve overall server performance. <span className="text-yellow-400">(REQUIRED TO DEPLOY SERVER)</span>'}
/>
<PurchaseBox
type={'Disk'}
Expand All @@ -111,7 +111,7 @@ export default () => {
setOpen={setOpen}
icon={<Icon.HardDrive />}
setResource={setResource}
description={'Buy disk to store more files. (REQUIRED TO DEPLOY SERVER)'}
description={'Buy disk to store more files. <span className="text-yellow-400">(REQUIRED TO DEPLOY SERVER)</span>'}
/>
<PurchaseBox
type={'Slots'}
Expand All @@ -120,7 +120,7 @@ export default () => {
setOpen={setOpen}
icon={<Icon.Server />}
setResource={setResource}
description={'Buy a server slot so you can deploy a new server. (REQUIRED TO DEPLOY SERVER)'}
description={'Buy a server slot so you can deploy a new server. <span className="text-yellow-400">(REQUIRED TO DEPLOY SERVER)</span>'}
/>
</Container>
<Container className={'lg:grid lg:grid-cols-4 my-10 gap-8'}>
Expand All @@ -131,7 +131,7 @@ export default () => {
setOpen={setOpen}
icon={<Icon.Share2 />}
setResource={setResource}
description={'Buy a network port to add to a server. (REQUIRED TO DEPLOY SERVER)'}
description={'Buy a network port to add to a server. <span className="text-yellow-400">(REQUIRED TO DEPLOY SERVER)</span>'}
/>
<PurchaseBox
type={'Backups'}
Expand Down

0 comments on commit 3a715b4

Please sign in to comment.