Skip to content

Commit a33414e

Browse files
authored
Merge pull request #125 from rakeshbabu23/links-color-change
Updated links color in footer
2 parents 8ff5784 + 7fc4ef3 commit a33414e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LinksComponent.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const LinksComponent = ({ label, links }) => {
1010
<ul className="mb-0 list-none">
1111
{links.map((link, index) => (
1212
<li key={index}>
13-
<a href={link.url} className="text-neutral-900 text-sm">
13+
<a href={link.url} className="text-neutral-900 text-sm text-white font-lite">
1414
{link.text}
1515
</a>
1616
</li>

0 commit comments

Comments
 (0)