Skip to content

Commit 2485738

Browse files
Prettier Format & ESLint
1 parent ccf9014 commit 2485738

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

components/Sections/Features/Features.tsx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ export default function Features() {
55
<section className="p-6 lg:p-8 bg-gray-800 text-white">
66
<div className="py-8 text-center px-4 items-center">
77
<h1 className="text-center text-white tracking-tight leading-[1.3] font-extrabold text-3xl lg:text-4xl mb-2">
8-
We care about your needs. Participate in a {' '}
9-
<span className="text-blue-500">leveled</span>, playing field
8+
We care about your needs. Participate in a{' '}
9+
<span className="text-blue-500">leveled</span>, playing field
1010
</h1>
1111
<div className="w-full flex flex-row justify-center">
1212
<p className="text-gray-400 font-normal m-0 text-center max-w-4xl">
13-
We believe in equity. Clickcrystals can be adapated to fit the
14-
needs of anyone who uses it. Want to press less buttons when PvPing?
15-
Then clickcrystals is for you. Want something custom tailored to your prefernces?
16-
Script it to your liking. ClickCrystals comes hassle-free.
13+
We believe in equity. Clickcrystals can be adapated to fit the needs
14+
of anyone who uses it. Want to press less buttons when PvPing? Then
15+
clickcrystals is for you. Want something custom tailored to your
16+
prefernces? Script it to your liking. ClickCrystals comes
17+
hassle-free.
1718
</p>
1819
</div>
1920
<FeaturesGrid />

components/Sections/Features/FeaturesGrid.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const features = [
1212
{
1313
icon: '/textures/diamond.png',
1414
title: 'Credible quality for free!',
15-
desc: "Clickcrystals is full of powerful features to let you achieve success. From left clicking to both break and place crystals to automaticaly throwing a pearl apon your request, ClickCrystals will simplify your interactions. Clickcrystals includes powerful rendering modules to display FPS, CPS, Server IP, ArrayList, Armor Durrability, and more! All huds are rendered in high quality, displaying accurate information on your gameplay.",
15+
desc: 'Clickcrystals is full of powerful features to let you achieve success. From left clicking to both break and place crystals to automaticaly throwing a pearl apon your request, ClickCrystals will simplify your interactions. Clickcrystals includes powerful rendering modules to display FPS, CPS, Server IP, ArrayList, Armor Durrability, and more! All huds are rendered in high quality, displaying accurate information on your gameplay.',
1616
linkTitle: 'Explore the features',
1717
linkUrl:
1818
'https://github.com/clickcrystals-development/ClickCrystals#modules',
@@ -23,7 +23,7 @@ const features = [
2323
desc: 'ClickScript (CCS) is a scripting language that lets you create modules, macros, and more. Write .ccs files, and use our in-game editor to build, debug, and run scripts. Automate chat commands, farming, or any other action.',
2424
linkTitle: 'Read the CCS Documentation',
2525
linkUrl: 'https://bit.ly/ccs-wiki',
26-
}
26+
},
2727
];
2828

2929
export default function FeaturesGrid() {

components/Sections/GetStarted/GetStarted.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function GetStarted() {
4343
<p className="text-gray-500 font-normal m-0 text-center max-w-3xl">
4444
With built-in modules, ClickScript, and an online library for easy
4545
script downloads, ClickCrystals offers comprehensive customization
46-
options. Join our thriving community today. Experience high level
46+
options. Join our thriving community today. Experience high level
4747
gameplay with the ultimate Minecraft mod.
4848
</p>
4949
</div>

components/Sections/Hero/Hero.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ export default function Hero() {
2424
<p className="text-gray-200/90 font-normal max-w-2xl text-left">
2525
Discover ClickCrystals—a powerful, free, and open-source Minecraft
2626
mod designed to enhance your Crystal PvP experience, all without
27-
cheats! Loaded with a comprehensive set of modules to modify your human input.
27+
cheats! Loaded with a comprehensive set of modules to modify your
28+
human input.
2829
</p>
2930
</div>
3031
<div className="flex flex-row gap-4 mt-4">

0 commit comments

Comments
 (0)