Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xknat committed Aug 16, 2023
2 parents b23be5b + f4a06b9 commit c5e9b97
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-timeago": "^7.1.0"
},
"devDependencies": {
"@types/node": "18.16.19",
"@types/node": "18.17.5",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
Expand Down
20 changes: 8 additions & 12 deletions pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,19 +146,15 @@ export const FeatureCard = ({title, description, icon}) => {
</svg>}
/>
</a>
<Link
href="/docs/features/skin-url"
>
<FeatureCard
title="Use your own skin"
description={<span>Use <code className="highlight-code">/skin url &lt;url&gt;</code> to use a skin from the internet!</span>}
icon={<PhotoIcon className="w-6 h-6 mx-auto my-2"/>}
/>
</Link>
<FeatureCard
title="Hook into us!"
description={<span>SkinsRestorer has an api & event that can be hooked into!
</span>}
title="Use your own skin"
description={<span>Use <code className="highlight-code">/skin url &lt;url&gt;</code> to use a skin from the internet!</span>}
icon={<PhotoIcon className="w-6 h-6 mx-auto my-2"/>}
/>
<FeatureCard
title="Use our GUI"
description={<span>SkinsRestorer has a GUI to change your skin, just run <code
className="highlight-code">/skins</code>!</span>}
icon={<Squares2X2Icon className="w-6 h-6 mx-auto my-2"/>}
/>
</div>
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit c5e9b97

@vercel
Copy link

@vercel vercel bot commented on c5e9b97 Aug 16, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.