Skip to content

Commit

Permalink
Prettier Format & ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 20, 2024
1 parent ccf9014 commit 2485738
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
13 changes: 7 additions & 6 deletions components/Sections/Features/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ export default function Features() {
<section className="p-6 lg:p-8 bg-gray-800 text-white">
<div className="py-8 text-center px-4 items-center">
<h1 className="text-center text-white tracking-tight leading-[1.3] font-extrabold text-3xl lg:text-4xl mb-2">
We care about your needs. Participate in a {' '}
<span className="text-blue-500">leveled</span>, playing field
We care about your needs. Participate in a{' '}
<span className="text-blue-500">leveled</span>, playing field
</h1>
<div className="w-full flex flex-row justify-center">
<p className="text-gray-400 font-normal m-0 text-center max-w-4xl">
We believe in equity. Clickcrystals can be adapated to fit the
needs of anyone who uses it. Want to press less buttons when PvPing?
Then clickcrystals is for you. Want something custom tailored to your prefernces?
Script it to your liking. ClickCrystals comes hassle-free.
We believe in equity. Clickcrystals can be adapated to fit the needs
of anyone who uses it. Want to press less buttons when PvPing? Then
clickcrystals is for you. Want something custom tailored to your
prefernces? Script it to your liking. ClickCrystals comes
hassle-free.
</p>
</div>
<FeaturesGrid />
Expand Down
4 changes: 2 additions & 2 deletions components/Sections/Features/FeaturesGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const features = [
{
icon: '/textures/diamond.png',
title: 'Credible quality for free!',
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.",
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.',
linkTitle: 'Explore the features',
linkUrl:
'https://github.com/clickcrystals-development/ClickCrystals#modules',
Expand All @@ -23,7 +23,7 @@ const features = [
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.',
linkTitle: 'Read the CCS Documentation',
linkUrl: 'https://bit.ly/ccs-wiki',
}
},
];

export default function FeaturesGrid() {
Expand Down
2 changes: 1 addition & 1 deletion components/Sections/GetStarted/GetStarted.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function GetStarted() {
<p className="text-gray-500 font-normal m-0 text-center max-w-3xl">
With built-in modules, ClickScript, and an online library for easy
script downloads, ClickCrystals offers comprehensive customization
options. Join our thriving community today. Experience high level
options. Join our thriving community today. Experience high level
gameplay with the ultimate Minecraft mod.
</p>
</div>
Expand Down
3 changes: 2 additions & 1 deletion components/Sections/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export default function Hero() {
<p className="text-gray-200/90 font-normal max-w-2xl text-left">
Discover ClickCrystals—a powerful, free, and open-source Minecraft
mod designed to enhance your Crystal PvP experience, all without
cheats! Loaded with a comprehensive set of modules to modify your human input.
cheats! Loaded with a comprehensive set of modules to modify your
human input.
</p>
</div>
<div className="flex flex-row gap-4 mt-4">
Expand Down

0 comments on commit 2485738

Please sign in to comment.