Skip to content

Commit

Permalink
fix(pages): remove punctuation from feature cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed Jan 7, 2023
1 parent f759a94 commit b09b524
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/pages/software/paper/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ const PaperHome = ({ project }: ProjectProps): ReactElement => {
<div className="grid md:grid-cols-3 mt-6 gap-2 px-2 xl:gap-4">
<FeatureCard
icon={BoltIcon}
label="It's stupidly fast."
label="It's stupidly fast"
description="Paper contains numerous improvements and optimizations resulting in a significant increase in performance."
/>
<FeatureCard
icon={ChatBubbleLeftRightIcon}
label="An active and growing community."
label="An active and growing community"
description="Paper has an active and growing community of server administrators and developers. Got problems? Come talk with us on Discord and get real time support."
/>
<FeatureCard
icon={CodeBracketIcon}
label="An expanded API."
label="An expanded API"
description="Paper extends and improves the Bukkit and Spigot APIs so that you and your developers have more features and functionality at your fingertips."
/>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/software/velocity/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@ const VelocityHome = ({ project }: ProjectProps): ReactElement => {
<div className="grid md:grid-cols-3 mt-6 gap-2 px-2 xl:gap-4">
<FeatureCard
icon={BoltIcon}
label="Out with the old, in with the new."
label="Out with the old, in with the new"
description="Velocity is the very best proxy software available. Boasting much expanded capabilities due to next-level technical design, it runs laps around BungeeCord."
/>
<FeatureCard
icon={ChatBubbleLeftRightIcon}
label="An active and growing community."
label="An active and growing community"
description="Velocity has an active and growing community of server administrators and developers. Got problems? Come talk with us on Discord and get real time support."
/>
<FeatureCard
icon={CodeBracketIcon}
label="Plenty of plugins to choose from."
label="Plenty of plugins to choose from"
description="While BungeeCord has more third-party software due to its longer life so far, Velocity isn’t lacking in the essentials. With enough to get going and more added every day, Velocity’s got what you need."
/>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/software/waterfall/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ const WaterfallHome = ({ project }: ProjectProps): ReactElement => {
<div className="grid md:grid-cols-3 mt-6 gap-2 px-2 xl:gap-4">
<FeatureCard
icon={BoltIcon}
label="Fast, smooth, and easy."
label="Fast, smooth, and easy"
description="Whatever you need, Waterfall delivers. It doesn’t skip out on the essentials and provides an uncompromising and fully supported platform for your proxy."
/>
<FeatureCard
icon={ChatBubbleLeftRightIcon}
label="An active and growing community."
label="An active and growing community"
description="Waterfall has an active and growing community of server administrators and developers. Got problems? Come talk with us on Discord and get real time support."
/>
<FeatureCard
icon={CodeBracketIcon}
label="Compatible with Bungee."
label="Compatible with Bungee"
description="Everything that works with BungeeCord works with Waterfall. With no compromises, the switch is seamless and easy. Simply swap out the relevant downloads and you’re good to go."
/>
</div>
Expand Down

1 comment on commit b09b524

@vercel
Copy link

@vercel vercel bot commented on b09b524 Jan 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

site – ./

site-git-main-papermc.vercel.app
site-papermc.vercel.app
papermc.vercel.app

Please sign in to comment.