Skip to content

Commit 5a1b521

Browse files
Change text color of contact info for better visibility Issue no.648 (#649)
2 parents 1002ad5 + e48b71b commit 5a1b521

File tree

3 files changed

+42
-18
lines changed

3 files changed

+42
-18
lines changed

package-lock.json

Lines changed: 38 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13+
"@fortawesome/fontawesome-svg-core": "^6.7.2",
1314
"@fortawesome/free-solid-svg-icons": "^6.6.0",
1415
"@fortawesome/react-fontawesome": "^0.2.2",
1516
"@radix-ui/react-accordion": "^1.2.1",

src/components/Contact-section/ContactText.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const ContactText = () => {
2424
Email:{" "}
2525
<a
2626
href="mailto:support@rentalog.in"
27-
className="ml-1 font-bold text-primaryGreen underline"
27+
className="ml-1 font text-gray-800 underline"
2828
>
2929
{" "}
3030
support@rentalog.in{" "}
@@ -34,7 +34,7 @@ export const ContactText = () => {
3434
Phone:{" "}
3535
<a
3636
href="tel:+916201577047"
37-
className="ml-1 font-bold text-primaryGreen underline"
37+
className="ml-1 font text-gray-800 underline"
3838
>
3939
{" "}
4040
+91 62015 77047{" "}
@@ -45,7 +45,7 @@ export const ContactText = () => {
4545
Chat With Us:{" "}
4646
<a
4747
href="https://wa.me/+91 6201577047?"
48-
className="ml-1 font-bold text-primaryGreen underline"
48+
className="ml-1 font text-gray-800 underline"
4949
>
5050
{" "}
5151
Click for chat{" "}

0 commit comments

Comments
 (0)