Skip to content

Commit

Permalink
fix: fixing installation page typography
Browse files Browse the repository at this point in the history
  • Loading branch information
ivalshamkya committed Feb 2, 2024
1 parent 1939c9a commit 37a3e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/docs/installation/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Installation() {
<h2 className="text-4xl font-bold">Installation</h2>

<div className="mt-8 text-lg font-light leading-relaxed">
These components are styled using <a href="https://tailwindcss.com/" className="underline">Tailwind CSS</a> and feature icons powered by <a href="https://react-icons.github.io/react-icons/" className="underline">react-icons</a> (although you're free to use any other icon library of your choice).
These components are styled using <a href="https://tailwindcss.com/" className="underline">Tailwind CSS</a> and feature icons powered by <a href="https://react-icons.github.io/react-icons/" className="underline">react-icons</a> (although you`re free to use any other icon library of your choice).
</div>

<div className="mt-8 text-lg font-light leading-relaxed">
Expand Down Expand Up @@ -43,7 +43,7 @@ export function cn(...inputs: ClassValue[]) {
<h5 className="text-lg font-medium mt-5">Customization Instructions:</h5>
Choose any component you find useful, copy it to your project, and tailor it to meet your specific requirements. Remember, these components are customizable and adaptable to suit your needs.
<br /><br />
Keep in mind that these components are designed to kickstart your journey into neobrutalism. It's up to you to enhance their reusability and accessibility.
Keep in mind that these components are designed to kickstart your journey into neobrutalism. It`s up to you to enhance their reusability and accessibility.
</div>

<Pagination
Expand Down

0 comments on commit 37a3e57

Please sign in to comment.