-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Typo in a class #1
base: main
Are you sure you want to change the base?
Conversation
index.html
Outdated
@@ -356,7 +356,7 @@ <h3 class="mb-4 text-2xl font-semibold">Company</h3> | |||
<p class="font-light text-gray-500 sm:text-lg dark:text-gray-400">Relevant for multiple users, extended & premium support.</p> | |||
<div class="flex items-baseline justify-center my-8"> | |||
<span class="mr-2 text-5xl font-extrabold">$99</span> | |||
<span class="text-gray-500 dark:text-gray-400" dark:text-gray-400>/month</span> | |||
<span class="text-gray-500 dark:text-gray-400 dark:text-gray-400">/month</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is also duplicated "dark:text-gray-400" is 2 times in the same class list
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
Fixed a typo